CBlockPolicyEstimator now uses hard coded minimum bucket feerate

This commit is contained in:
Alex Morcos
2017-01-13 16:25:15 -05:00
parent ac9d3d25f7
commit 2a7b56cc0e
3 changed files with 10 additions and 5 deletions

View File

@@ -358,7 +358,7 @@ CTxMemPool::CTxMemPool(const CFeeRate& _minReasonableRelayFee) :
// of transactions in the pool
nCheckFrequency = 0;
minerPolicyEstimator = new CBlockPolicyEstimator(_minReasonableRelayFee);
minerPolicyEstimator = new CBlockPolicyEstimator();
}
CTxMemPool::~CTxMemPool()