mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
tx_pool: fix tx removal at startup keeping references
This commit is contained in:
parent
dc1e56d815
commit
1bbfeb325c
1 changed files with 1 additions and 0 deletions
|
@ -1284,6 +1284,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 a new issue