From cd7b1f70c55fc5dcf4f29cc2a01eb4921d585149 Mon Sep 17 00:00:00 2001 From: fekt Date: Wed, 28 Feb 2024 01:36:49 -0500 Subject: [PATCH] Update 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 f6f6103c7..b5ebee523 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -1690,7 +1690,7 @@ bool CWallet::AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pbl return false; } -void CWallet::SyncTransaction(const CTransaction& tx, const CBlock* pblock, const int nHeight); +void CWallet::SyncTransaction(const CTransaction& tx, const CBlock* pblock, const int nHeight) { LOCK(cs_wallet); if(fDebug)