note geth bug

This commit is contained in:
2023-09-20 16:49:49 +08:00
parent 24d186ef95
commit 7b8ae17089
+1
View File
@@ -58,6 +58,7 @@ func TestSymmetricDifferenceIterator(t *testing.T) {
}
assert.Equal(t, 2, *count)
// TODO will fail until fixed https://github.com/ethereum/go-ethereum/pull/27838
trieb := trie.NewEmpty(db)
di, count = utils.NewSymmetricDifferenceIterator(
triea.NodeIterator([]byte("jars")),