ReacceptWalletTransactions don't remove from wallet if initial block download
This commit is contained in:
@@ -2810,9 +2810,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