tx_pool: fix tx removal at startup keeping references

release-v0.3.0.0
moneromooo-monero 6 years ago committed by wowario
parent dc1e56d815
commit 1bbfeb325c
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -1284,6 +1284,7 @@ namespace cryptonote
{
MWARNING("Failed to parse tx from txpool, removing");
remove.push_back(txid);
return true;
}
if (!insert_key_images(tx, meta.kept_by_block))
{

Loading…
Cancel
Save