Skip to content

Commit 3d7fb46

Browse files
committed
skip-check-header
1 parent 77ad9ef commit 3d7fb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ def fn(cmd):
862862
origin_cmd = cmd
863863
if max_gas_wanted is None:
864864
return origin_cmd
865-
return f"{origin_cmd} --evm.max-tx-gas-wanted {max_gas_wanted}"
865+
return f"{origin_cmd} --evm.max-tx-gas-wanted {max_gas_wanted} --grpc.skip-check-header"
866866

867867
modify_command_in_supervisor_config(
868868
cronos.base_dir / "tasks.ini",

0 commit comments

Comments
 (0)