try wallet fix

This commit is contained in:
blackjok3r
2019-04-14 15:51:26 +08:00
parent ab378bb979
commit 7c56d03474

View File

@@ -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++;
}
}