forked from townforge/townforge
db_lmdb: remove leftover merge mining debug log
This commit is contained in:
parent
13ca0bd52c
commit
6d27eeca02
@ -1170,10 +1170,7 @@ void BlockchainLMDB::add_block(const block& blk, size_t block_weight, uint64_t l
|
||||
{
|
||||
uint64_t seed_hash_height;
|
||||
if (!has_rx_seed_hash(blk.aux_header->seed_hash, seed_hash_height))
|
||||
{
|
||||
MGINFO("XXX adding " << blk.aux_header->seed_hash << " at " << m_height);
|
||||
add_rx_seed_hash(blk.aux_header->seed_hash, m_height);
|
||||
}
|
||||
}
|
||||
|
||||
int result = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user