Browse Source

Update wallet.cpp

asyncnotedecryption
fekt 3 months ago
parent
commit
cd7b1f70c5
  1. 2
      src/wallet/wallet.cpp

2
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)

Loading…
Cancel
Save