Skip to content

Commit

Permalink
Removed nHeight debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartArray committed Apr 4, 2021
1 parent 56f829f commit 30330b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/miner_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ BOOST_AUTO_TEST_CASE(CreateNewBlock_validity)

// subsidy changing
int nHeight = chainActive.Height();
std::cout << "nHeight: " << nHeight << std::endl;

// Create an actual 209999-long block chain (without valid blocks).
while (chainActive.Tip()->nHeight < 209999) {
CBlockIndex* prev = chainActive.Tip();
Expand Down

0 comments on commit 30330b2

Please sign in to comment.