wallet: remove mempool_sequence from transactionAddedToMempool

This commit is contained in:
w0xlt
2022-12-26 06:14:24 -03:00
parent f3bc1a7282
commit bf19069c53
5 changed files with 7 additions and 7 deletions

View File

@@ -1355,7 +1355,7 @@ void CWallet::SyncTransaction(const CTransactionRef& ptx, const SyncTxState& sta
MarkInputsDirty(ptx);
}
void CWallet::transactionAddedToMempool(const CTransactionRef& tx, uint64_t mempool_sequence) {
void CWallet::transactionAddedToMempool(const CTransactionRef& tx) {
LOCK(cs_wallet);
SyncTransaction(tx, TxStateInMempool{});