mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge 9e217f5a6f into merged_master (Bitcoin PR #19572)
This commit is contained in:
commit
7a8f77d7ad
22 changed files with 554 additions and 63 deletions
|
|
@ -1131,7 +1131,7 @@ bool MemPoolAccept::AcceptSingleTransaction(const CTransactionRef& ptx, ATMPArgs
|
|||
|
||||
if (!Finalize(args, workspace)) return false;
|
||||
|
||||
GetMainSignals().TransactionAddedToMempool(ptx);
|
||||
GetMainSignals().TransactionAddedToMempool(ptx, m_pool.GetAndIncrementSequence());
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue