mirror of
https://github.com/monero-project/monero.git
synced 2024-12-27 06:19:24 -05:00
tx_pool: fix tx removal at startup keeping references
This commit is contained in:
parent
8a61f669a9
commit
c39ad0cd72
@ -1349,6 +1349,7 @@ namespace cryptonote
|
|||||||
{
|
{
|
||||||
MWARNING("Failed to parse tx from txpool, removing");
|
MWARNING("Failed to parse tx from txpool, removing");
|
||||||
remove.push_back(txid);
|
remove.push_back(txid);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
if (!insert_key_images(tx, meta.kept_by_block))
|
if (!insert_key_images(tx, meta.kept_by_block))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user