wallet.cpp
This commit is contained in:
lateminer
2018-01-10 22:12:18 +03:00
parent 72875a2116
commit 72fb9f5567

View File

@@ -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);