From 72fb9f5567b32bb66bb477354996fd7a055b82a8 Mon Sep 17 00:00:00 2001 From: lateminer Date: Wed, 10 Jan 2018 22:12:18 +0300 Subject: [PATCH] Fix typo wallet.cpp --- src/wallet/wallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);