mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Loosen the AllowFree threshold significantly
This commit is contained in:
parent
5846db6b79
commit
48ebf73da8
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class CAutoFile;
|
|||
|
||||
inline double AllowFreeThreshold()
|
||||
{
|
||||
return COIN * 144 / 250;
|
||||
return COIN / 100 * 144 / 250;
|
||||
}
|
||||
|
||||
inline bool AllowFree(double dPriority)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue