diff --git a/src/txmempool.h b/src/txmempool.h index 23d4cc53c8..338bab238c 100644 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -26,7 +26,7 @@ class CBlockIndex; inline double AllowFreeThreshold() { - return COIN * 144 / 250; + return CENT * 1 / 250; } inline bool AllowFree(double dPriority)