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 8c06cce commit 5eee1c3Copy full SHA for 5eee1c3
core/state_processor_test.go
@@ -1106,6 +1106,7 @@ func TestProcessVerkleBalanceOpcode(t *testing.T) {
1106
gen.AddTx(tx)
1107
})
1108
1109
+ var zero [32]byte
1110
account2BalanceTreeKey := utils.GetTreeKey(account2, zero[:])
1111
1112
var stateDiffIdx = -1
@@ -1119,7 +1120,6 @@ func TestProcessVerkleBalanceOpcode(t *testing.T) {
1119
1120
t.Fatalf("no state diff found for stem")
1121
}
1122
- var zero [32]byte
1123
balanceStateDiff := statediff[0][stateDiffIdx].SuffixDiffs[0]
1124
if balanceStateDiff.Suffix != utils.BasicDataLeafKey {
1125
t.Fatalf("invalid suffix diff")
0 commit comments