Merge pull request #4435

c39ad0cd tx_pool: fix tx removal at startup keeping references (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2018-09-25 13:11:05 +02:00
commit 689758d691
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
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))
{