Skip to content

Commit

Permalink
Revert the accidental change from the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eljobe committed Jul 15, 2024
1 parent 63794aa commit c603142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/program_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ func testMemory(t *testing.T, jit bool) {
args := argsForMulticall(vm.CALL, memoryAddr, nil, []byte{126, 50})
args = multicallAppend(args, vm.CALL, memoryAddr, []byte{126, 80})

tx := l2info.PrepareTxTo("Owner", &multiAddr, 5e9, nil, args)
tx := l2info.PrepareTxTo("Owner", &multiAddr, 1e9, nil, args)
receipt := ensure(tx, l2client.SendTransaction(ctx, tx))
gasCost := receipt.GasUsedForL2()
memCost := model.GasCost(128, 0, 0) + model.GasCost(126, 2, 128)
Expand Down

0 comments on commit c603142

Please sign in to comment.