Bitcoin Stack Exchange

Bitcoin News / Bitcoin Stack Exchange - 2 years ago

GetMinFee() in blockchain.cpp

From the mempool's perspective, the rollingMinimumFeeRate is the actual minimum fee rate (the minrelayfee pertains to other parts of the codebase). It starts at 0, and is updated whenever a transaction package is evicted from the mempool due to size...