Skip to content

Commit

Permalink
trie: fix test todo
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman committed Jan 21, 2022
1 parent 696a1f8 commit 094cdac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions trie/proof_test.go
Expand Up @@ -1069,14 +1069,11 @@ func nonRandomTrie(n int) (*Trie, map[string]*kv) {
}

func TestRangeProofKeysWithSharedPrefix(t *testing.T) {
// TODO: test fails if 1st key/value pair is omitted.
keys := [][]byte{
common.Hex2Bytes("1000000000000000000000000000000000000000000000000000000000000000"),
common.Hex2Bytes("aa10000000000000000000000000000000000000000000000000000000000000"),
common.Hex2Bytes("aa20000000000000000000000000000000000000000000000000000000000000"),
}
vals := [][]byte{
common.Hex2Bytes("01"),
common.Hex2Bytes("02"),
common.Hex2Bytes("03"),
}
Expand Down

0 comments on commit 094cdac

Please sign in to comment.