tx_pool: fix tx removal at startup keeping references

This commit is contained in:
moneromooo-monero
2018-09-25 09:57:24 +00:00
committed by wowario
parent dc1e56d815
commit 1bbfeb325c

View File

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