tx_pool: fix tx removal at startup keeping references

release-v0.5.1
moneromooo-monero 6 years ago
parent 8a61f669a9
commit c39ad0cd72
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -1349,6 +1349,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