Skip to content

Commit

Permalink
removes leading _
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Jul 3, 2023
1 parent 3b33555 commit 1e56c61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proof_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -721,13 +721,13 @@ func TestVerifyNamespace_ShortAbsenceProof_Valid(t *testing.T) {
// For example, Node3_4 denotes a node that covers the 3rd leaf (excluding the 4th leaf),
// while Node4_6 represents the node that covers the 4th and 5th leaves.
//
// Node_0_8 Tree Root
// Node0_8 Tree Root
// / \
// / \
// Node0_4 Node4_8 Non-Leaf Node
// / \ / \
// / \ / \
// Node_0_2 Node_2_4 Node4_6 Node6_8 Non-Leaf Node
// Node0_2 Node2_4 Node4_6 Node6_8 Non-Leaf Node
// / \ / \ / \ / \
// Node0_1 Node1_2 Node2_3 Node3_4 Node4_5 Node5_6 Node6_7 Node7_8 Leaf Hash
// 1 2 3 4 6 7 8 9 Leaf namespace
Expand Down Expand Up @@ -812,15 +812,15 @@ func TestVerifyNamespace_ShortAbsenceProof_Invalid(t *testing.T) {
// For example, Node3_4 denotes a node that covers the 3rd leaf (excluding the 4th leaf),
// while Node4_6 represents the node that covers the 4th and 5th leaves.
//
// Node_0_8 Tree Root
// Node0_8 Tree Root
// / \
// / \
// Node0_4 Node4_8 Non-Leaf Node
// / \ / \
// / \ / \
// Node0_2 Node2_4 Node4_6 Node6_8 Non-Leaf Node
// / \ / \ / \ / \
// Node0_1 Node1_2 Node2_3 Node_3_4 Node4_5 Node5_6 Node6_7 Node7_8 Leaf Hash
// Node0_1 Node1_2 Node2_3 Node3_4 Node4_5 Node5_6 Node6_7 Node7_8 Leaf Hash
// 1 2 3 4 6 8 8 8 Leaf namespace
// 0 1 2 3 4 5 6 7 Leaf index

Expand Down

0 comments on commit 1e56c61

Please sign in to comment.