service: drop obsolete --slashing-db-kind flag
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
c28a059026
commit
3642b4b5ca
|
@ -118,9 +118,6 @@ beacon_node_exec_layer_jwt_secret_path: '{{ beacon_node_service_path }}/jwt.hex'
|
|||
beacon_node_payload_builder_enabled: false
|
||||
#beacon_node_payload_builder_url: ~
|
||||
|
||||
# Version of schema for SQLite slashing database.
|
||||
beacon_node_slashing_db_kind: 'v2'
|
||||
|
||||
# Netkey file contents, optional.
|
||||
#beacon_node_netkey: '{"key":"json"}'
|
||||
|
||||
|
|
|
@ -45,7 +45,6 @@ ExecStart={{ beacon_node_repo_path }}/build/nimbus_beacon_node \
|
|||
--udp-port={{ beacon_node_discovery_port }} \
|
||||
--max-peers={{ beacon_node_max_peers }} \
|
||||
--netkey-file={{ beacon_node_netkey_path }} \
|
||||
--slashing-db-kind={{ beacon_node_slashing_db_kind }} \
|
||||
--insecure-netkey-password=true \
|
||||
--sync-light-client={{ beacon_node_sync_light_client | to_json }} \
|
||||
--subscribe-all-subnets={{ beacon_node_subscribe_all | to_json }} \
|
||||
|
|
Loading…
Reference in New Issue