Loosen the AllowFree threshold significantly

This commit is contained in:
Matt Corallo 2015-04-24 12:58:20 -07:00
parent 5846db6b79
commit 48ebf73da8

View file

@ -17,7 +17,7 @@ class CAutoFile;
inline double AllowFreeThreshold()
{
return COIN * 144 / 250;
return COIN / 100 * 144 / 250;
}
inline bool AllowFree(double dPriority)