Browse Source

try wallet fix

jl777
blackjok3r 5 years ago
parent
commit
7c56d03474
  1. 2
      src/wallet/walletdb.cpp

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

Loading…
Cancel
Save