mirror of
https://github.com/monero-project/monero.git
synced 2025-12-23 07:29:11 -08:00
blockchain: Fix height in call to on_blockchain_dec
It was a noop anyway
This commit is contained in:
@@ -490,7 +490,7 @@ block Blockchain::pop_block_from_blockchain()
|
||||
}
|
||||
}
|
||||
}
|
||||
m_tx_pool.on_blockchain_dec(m_blocks.size()-1, get_tail_id());
|
||||
m_tx_pool.on_blockchain_dec(m_db->height()-1, get_tail_id());
|
||||
|
||||
return popped_block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user