mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
CBlockPolicyEstimator now uses hard coded minimum bucket feerate
This commit is contained in:
parent
ac9d3d25f7
commit
2a7b56cc0e
3 changed files with 10 additions and 5 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue