Remove an unnecessary command-line flag

This commit is contained in:
Zahary Karadjov 2019-10-30 17:47:08 +02:00
parent 5c9391984c
commit 0b89c2b666
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@
- '{{ beacon_node_public_tcp_port }}:{{ beacon_node_listening_port }}/tcp'
- '{{ beacon_node_public_udp_port }}:{{ beacon_node_discovery_port }}/udp'
command: |
--eth1-network
--log-level={{ beacon_node_log_level }}
--tcp-port={{ beacon_node_listening_port }}
--udp-port={{ beacon_node_discovery_port }}