Merge pull request #113 from blackjok3rtt/jl777
fix erase expired tx on wallet load
This commit is contained in:
@@ -2883,12 +2883,9 @@ void CWallet::ReacceptWalletTransactions()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( IsInitialBlockDownload() == 0 )
|
for (auto hash : vwtxh)
|
||||||
{
|
{
|
||||||
for (auto hash : vwtxh)
|
EraseFromWallet(hash);
|
||||||
{
|
|
||||||
EraseFromWallet(hash);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user