service: drop obsolete --slashing-db-kind flag

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-09-28 23:37:54 +02:00
parent c28a059026
commit 3642b4b5ca
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 0 additions and 4 deletions

View File

@ -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"}'

View File

@ -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 }} \