File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -494,13 +494,13 @@ func TestBlockTree_AllLeavesHasSameNumberAndArrivalTime_DeepestBlockHash_ShouldH
494
494
the leaves has the same number (8) the numbers in the right represents the order
495
495
the nodes are inserted into the blocktree.
496
496
497
- a -> b -> c -> d -> e -> f -> g -> h (1)
498
- | | | | | |-> h (7)
499
- | | | | |-> g -> h (6)
500
- | | | |-> f -> g -> h (5)
501
- | | |-> e -> f -> g -> h (4)
502
- | |-> d -> e -> f -> g -> h (3)
503
- |-> c -> d -> e -> f -> g -> h (2)
497
+ a -> b -> c -> d -> e -> f -> g -> h (1)
498
+ | | | | | |---> h (7)
499
+ | | | | |-> g - -> h (6)
500
+ | | | |-> f -> g - -> h (5)
501
+ | | |-> e -> f -> g - -> h (4)
502
+ | |-> d -> e -> f -> g - -> h (3)
503
+ |-> c -> d -> e -> f -> g - -> h (2)
504
504
**/
505
505
506
506
for i := 1 ; i <= deep ; i ++ {
You can’t perform that action at this time.
0 commit comments