mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Hugely reduce the minimum priority
This commit is contained in:
parent
2e82381723
commit
5f3680bba2
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class CBlockIndex;
|
|||
|
||||
inline double AllowFreeThreshold()
|
||||
{
|
||||
return COIN * 144 / 250;
|
||||
return CENT * 1 / 250;
|
||||
}
|
||||
|
||||
inline bool AllowFree(double dPriority)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue