diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 977346a42..91e55c43e 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -1401,7 +1401,7 @@ void CWallet::MarkConflicted(const uint256& hashBlock, const uint256& hashTx) } } -void void CWallet::SyncTransaction(const CTransaction& tx, const CBlock* pblock, bool fRespend) +void CWallet::SyncTransaction(const CTransaction& tx, const CBlock* pblock, bool fRespend) { LOCK2(cs_main, cs_wallet);