Skip to content

Commit

Permalink
Fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Feb 23, 2024
1 parent 8f4ecc4 commit f4dd026
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 f4dd026

Please sign in to comment.