mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-01-26 03:02:56 -03:00
blockchain: add missing m_tx_pool.on_blockchain_dec
It was missing in the port to DB. This is actually a noop, so should not have functional changes.
This commit is contained in:
parent
d837c0ca90
commit
22ddf09bea
1 changed files with 1 additions and 0 deletions
|
@ -490,6 +490,7 @@ block Blockchain::pop_block_from_blockchain()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
m_tx_pool.on_blockchain_dec(m_blocks.size()-1, get_tail_id());
|
||||||
|
|
||||||
return popped_block;
|
return popped_block;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue