mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-02-19 21:34:23 -07:00
Merge pull request #4435
c39ad0cd tx_pool: fix tx removal at startup keeping references (moneromooo-monero)
This commit is contained in:
commit
689758d691
@ -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))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user