mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
Merge pull request #7062
901b01dRemove GetMinRelayFee (Suhas Daftuar)27fae34Use fee deltas for determining mempool acceptance (Suhas Daftuar)9ef2a25Update replace-by-fee logic to use fee deltas (Suhas Daftuar)eb30666Fix mempool limiting for PrioritiseTransaction (Suhas Daftuar)
This commit is contained in:
@@ -300,8 +300,6 @@ struct CDiskTxPos : public CDiskBlockPos
|
||||
};
|
||||
|
||||
|
||||
CAmount GetMinRelayFee(const CTransaction& tx, unsigned int nBytes, bool fAllowFree);
|
||||
|
||||
/**
|
||||
* Count ECDSA signature operations the old-fashioned (pre-0.6) way
|
||||
* @return number of sigops this transaction's outputs will produce when spent
|
||||
|
||||
Reference in New Issue
Block a user