Skip to content

Commit

Permalink
Merge pull request #5450 from onflow/bastian/fix-load-types-evm-test
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent authored Feb 23, 2024
2 parents 8f4ecc4 + f4dd026 commit 85cc479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/benchmark/load/evm_load.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func (l *EVMTransferLoad) Setup(log zerolog.Logger, lc LoadContext) error {
data: [UInt8],
gasLimit: UInt64,
value: EVM.Balance
): [UInt8] {
): EVM.Result {
return self.acc.call(
to: to,
data: data,
Expand Down

0 comments on commit 85cc479

Please sign in to comment.