We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696a1f8 commit 094cdacCopy full SHA for 094cdac
trie/proof_test.go
@@ -1069,14 +1069,11 @@ func nonRandomTrie(n int) (*Trie, map[string]*kv) {
1069
}
1070
1071
func TestRangeProofKeysWithSharedPrefix(t *testing.T) {
1072
- // TODO: test fails if 1st key/value pair is omitted.
1073
keys := [][]byte{
1074
- common.Hex2Bytes("1000000000000000000000000000000000000000000000000000000000000000"),
1075
common.Hex2Bytes("aa10000000000000000000000000000000000000000000000000000000000000"),
1076
common.Hex2Bytes("aa20000000000000000000000000000000000000000000000000000000000000"),
1077
1078
vals := [][]byte{
1079
- common.Hex2Bytes("01"),
1080
common.Hex2Bytes("02"),
1081
common.Hex2Bytes("03"),
1082
0 commit comments