diff --git a/src/wallet/walletdb.cpp b/src/wallet/walletdb.cpp index 83a79821f..3428b8b75 100644 --- a/src/wallet/walletdb.cpp +++ b/src/wallet/walletdb.cpp @@ -961,7 +961,7 @@ DBErrors CWalletDB::LoadWallet(CWallet* pwallet) if (GetTransaction(hash,tx,blockhash,true)) { CWalletTx wtx(pwallet,tx); - pwallet->AddToWallet(wtx, true, NULL); + pwallet->AddToWallet(wtx, false, NULL); reAdded++; } }