mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Hugely reduce the minimum priority
This commit is contained in:
parent
93a0f2c92a
commit
876759d812
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,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