mirror of
https://github.com/monero-project/monero.git
synced 2026-01-04 16:57:44 -08:00
tx_pool: fix tx removal at startup keeping references
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user