Hugely reduce the minimum priority

This commit is contained in:
Matt Corallo 2016-03-05 21:30:45 -08:00 committed by Gregory Sanders
parent 2e82381723
commit 5f3680bba2

View file

@ -32,7 +32,7 @@ class CBlockIndex;
inline double AllowFreeThreshold()
{
return COIN * 144 / 250;
return CENT * 1 / 250;
}
inline bool AllowFree(double dPriority)