Merge branch 'FSM' of https://github.com/jl777/komodo into jl777-FSM

This commit is contained in:
blackjok3r
2019-02-18 19:09:54 +08:00
130 changed files with 45226 additions and 1915 deletions

View File

@@ -2883,9 +2883,12 @@ void CWallet::ReacceptWalletTransactions()
}
}
}
for (auto hash : vwtxh)
if ( IsInitialBlockDownload() == 0 )
{
EraseFromWallet(hash);
for (auto hash : vwtxh)
{
EraseFromWallet(hash);
}
}
}