Merge branch 'FSM' of https://github.com/jl777/komodo into jl777-FSM
This commit is contained in:
@@ -2883,9 +2883,12 @@ void CWallet::ReacceptWalletTransactions()
|
||||
}
|
||||
}
|
||||
}
|
||||
for (auto hash : vwtxh)
|
||||
if ( IsInitialBlockDownload() == 0 )
|
||||
{
|
||||
EraseFromWallet(hash);
|
||||
for (auto hash : vwtxh)
|
||||
{
|
||||
EraseFromWallet(hash);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user