tx_pool: fix tx removal at startup keeping references

This commit is contained in:
moneromooo-monero 2018-09-25 09:57:24 +00:00
parent 8a61f669a9
commit c39ad0cd72
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 1 additions and 0 deletions

View File

@ -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))
{