From b7f565094296b727d1309418d3a284d942f15f11 Mon Sep 17 00:00:00 2001 From: Ben Woosley Date: Thu, 12 Jul 2018 16:02:31 -0400 Subject: Extract CWallet::MarkInputsDirty To avoid repeated implementations. --- src/wallet/wallet.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/wallet/wallet.h') diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 0118ced687..16ae4034bd 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -706,6 +706,9 @@ private: /* Mark a transaction (and its in-wallet descendants) as conflicting with a particular block. */ void MarkConflicted(const uint256& hashBlock, const uint256& hashTx); + /* Mark a transaction's inputs dirty, thus forcing the outputs to be recomputed */ + void MarkInputsDirty(const CTransactionRef& tx); + void SyncMetaData(std::pair); /* Used by TransactionAddedToMemorypool/BlockConnected/Disconnected/ScanForWalletTransactions. -- cgit v1.2.3