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 16b735f commit 8e87b75Copy full SHA for 8e87b75
trie/verkle_test.go
@@ -66,7 +66,7 @@ func TestVerkleTreeReadWrite(t *testing.T) {
66
}
67
for key, val := range storages[addr] {
68
if err := tr.UpdateStorage(addr, key.Bytes(), val); err != nil {
69
- t.Fatalf("Failed to update account, %v", err)
+ t.Fatalf("Failed to update storage, %v", err)
70
71
72
@@ -107,7 +107,7 @@ func TestVerkleRollBack(t *testing.T) {
107
108
109
110
111
112
113
hash := crypto.Keccak256Hash(code)
0 commit comments