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 93a0f2c92a
commit 876759d812

View file

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