From f4dd026579ce34ea2f9ef1a5b5e3c166608cb331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=BCller?= Date: Fri, 23 Feb 2024 10:10:49 -0800 Subject: [PATCH] Fix return type --- integration/benchmark/load/evm_load.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/benchmark/load/evm_load.go b/integration/benchmark/load/evm_load.go index 3c9dff39f19..344e0d6eedb 100644 --- a/integration/benchmark/load/evm_load.go +++ b/integration/benchmark/load/evm_load.go @@ -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,