Skip to content

Commit 094cdac

Browse files
committed
trie: fix test todo
1 parent 696a1f8 commit 094cdac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

trie/proof_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,14 +1069,11 @@ func nonRandomTrie(n int) (*Trie, map[string]*kv) {
10691069
}
10701070

10711071
func TestRangeProofKeysWithSharedPrefix(t *testing.T) {
1072-
// TODO: test fails if 1st key/value pair is omitted.
10731072
keys := [][]byte{
1074-
common.Hex2Bytes("1000000000000000000000000000000000000000000000000000000000000000"),
10751073
common.Hex2Bytes("aa10000000000000000000000000000000000000000000000000000000000000"),
10761074
common.Hex2Bytes("aa20000000000000000000000000000000000000000000000000000000000000"),
10771075
}
10781076
vals := [][]byte{
1079-
common.Hex2Bytes("01"),
10801077
common.Hex2Bytes("02"),
10811078
common.Hex2Bytes("03"),
10821079
}

0 commit comments

Comments
 (0)