mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 14:53:43 +01:00
rpc: Pass mempool into MempoolToJSON
This commit is contained in:
@@ -14,7 +14,7 @@ bool SignalsOptInRBF(const CTransaction &tx)
|
||||
return false;
|
||||
}
|
||||
|
||||
RBFTransactionState IsRBFOptIn(const CTransaction &tx, CTxMemPool &pool)
|
||||
RBFTransactionState IsRBFOptIn(const CTransaction& tx, const CTxMemPool& pool)
|
||||
{
|
||||
AssertLockHeld(pool.cs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user