Skip to content

Commit cfe3b9d

Browse files
authored
Merge pull request #142 from anoma/feature/improve-gas-estimate
fix: improve estimate
2 parents 7d63f90 + a58631f commit cfe3b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/test/benchmark/Benchmark.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ contract Benchmark is BenchmarkData {
157157
Strings.toString(nCUs),
158158
", ",
159159
"Calldata (bytes): ",
160-
Strings.toString(abi.encode(_txns[i]).length)
160+
Strings.toString(abi.encodeCall(ProtocolAdapter.execute, _txns[i]).length)
161161
)
162162
);
163163

0 commit comments

Comments
 (0)