Skip to content

Commit 5eee1c3

Browse files
committed
fix build after refactor
Signed-off-by: Guillaume Ballet <[email protected]>
1 parent 8c06cce commit 5eee1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/state_processor_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,6 +1106,7 @@ func TestProcessVerkleBalanceOpcode(t *testing.T) {
11061106
gen.AddTx(tx)
11071107
})
11081108

1109+
var zero [32]byte
11091110
account2BalanceTreeKey := utils.GetTreeKey(account2, zero[:])
11101111

11111112
var stateDiffIdx = -1
@@ -1119,7 +1120,6 @@ func TestProcessVerkleBalanceOpcode(t *testing.T) {
11191120
t.Fatalf("no state diff found for stem")
11201121
}
11211122

1122-
var zero [32]byte
11231123
balanceStateDiff := statediff[0][stateDiffIdx].SuffixDiffs[0]
11241124
if balanceStateDiff.Suffix != utils.BasicDataLeafKey {
11251125
t.Fatalf("invalid suffix diff")

0 commit comments

Comments
 (0)