Skip to content

Commit d1203d2

Browse files
committed
remove redundant flag
1 parent 4a45376 commit d1203d2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ansible/inventories/devnet-2/group_vars/bootnode.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ geth_container_env:
4848
geth_container_command_extra_args:
4949
- --http.api=eth,net,web3,debug,admin
5050
- --http.vhosts=*
51-
- --networkid={{ ethereum_network_id }}
5251
- --syncmode=full
5352
- --state.scheme=path
5453
#- --eth.requiredblocks=23115201=0x88b0d56cc14c5232cdf6238c7252ca953e505f2a44ee60374f2bafb18bf067bf

ansible/inventories/devnet-2/group_vars/geth.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ geth_container_env:
1818
geth_container_command_extra_args:
1919
- --http.api=eth,net,web3,debug,admin
2020
- --http.vhosts=*
21-
- --networkid={{ ethereum_network_id }}
2221
- --bootnodes={{ ethereum_el_bootnodes | join(',') }}
2322
# - --syncmode=full
2423
- --miner.gaslimit=1000000000

0 commit comments

Comments
 (0)