mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
rpc: Pass mempool into MempoolToJSON
This commit is contained in:
parent
169dced9a4
commit
fa5dc3534b
7 changed files with 34 additions and 37 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue