Skip to content

Commit 0da73ac

Browse files
committed
logs extra logs
1 parent 643f9bc commit 0da73ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/util/setup_common.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ TestChainSetup::TestChainSetup(int num_blocks, const std::vector<const char*>& e
368368
{
369369
LOCK(::cs_main);
370370
auto hash = checkpoints.mapCheckpoints.find(num_blocks);
371+
std::cerr << hash->second << std::endl << m_node.chainman->ActiveChain().Tip()->GetBlockHash() << std::endl << std::endl;
371372
assert(
372373
hash != checkpoints.mapCheckpoints.end() &&
373374
m_node.chainman->ActiveChain().Tip()->GetBlockHash() == hash->second);

0 commit comments

Comments
 (0)