Skip to content

Commit

Permalink
ci: save state (#12768)
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov authored Nov 20, 2024
1 parent 87ba2ed commit 4deb016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/state_test_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ func (t *StateTest) RunNoVerify(tx kv.RwTx, subtest StateSubtest, vmconfig vm.Co
}

var root libcommon.Hash
rootBytes, err := domains.ComputeCommitment(context2.Background(), false, header.Number.Uint64(), "")
rootBytes, err := domains.ComputeCommitment(context2.Background(), true, header.Number.Uint64(), "")
if err != nil {
return statedb, root, fmt.Errorf("ComputeCommitment: %w", err)
}
Expand Down

0 comments on commit 4deb016

Please sign in to comment.