We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25a472 commit 42444a8Copy full SHA for 42444a8
src/test/finalizer_commits_handler_tests.cpp
@@ -314,8 +314,8 @@ BOOST_AUTO_TEST_CASE(get_commits_locator) {
314
// Build a fork after finalization
315
// F
316
// 0 .. 4 .. 9 .. 11 12 .. -- main chain
317
- // \
318
- // 12 .. 17 -- fork
+ // |
+ // > 12 .. 17 -- fork
319
std::map<blockchain::Height, uint256> fork_hashes;
320
std::map<blockchain::Height, CBlockIndex> fork;
321
@@ -345,8 +345,8 @@ BOOST_AUTO_TEST_CASE(get_commits_locator) {
345
346
347
// 0 .. 4 .. 9 .. 11 12 .. 14 .. -- main chain
348
349
- // 12 .. 14 .. 17 -- fork
+ // > 12 .. 14 .. 17 -- fork
350
state.SetLastFinalizedEpoch(2);
351
BOOST_REQUIRE(state.GetLastFinalizedEpoch() == 2);
352
0 commit comments