Skip to content

Commit

Permalink
service: drop obsolete --slashing-db-kind flag
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
jakubgs committed Sep 28, 2023
1 parent eff50d7 commit 9799dfb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,3 @@ beacon_node_consul_metrics_service_name: '{{ beacon_node_consul_service_name }}-
beacon_node_exec_layer_urls: []
#beacon_node_exec_layer_jwt_secret: ~
beacon_node_exec_layer_jwt_secret_path: '{{ beacon_node_service_path }}/jwt.hex'

beacon_node_slashing_db_kind: 'v2'
1 change: 0 additions & 1 deletion tasks/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
--udp-port={{ beacon_node_discovery_port }}
--max-peers={{ beacon_node_max_peers }}
--num-threads={{ beacon_node_threads }}
--slashing-db-kind={{ beacon_node_slashing_db_kind }}
--insecure-netkey-password=true
--subscribe-all-subnets={{ beacon_node_subscribe_all | to_json }}
--doppelganger-detection={{ beacon_node_doppelganger_detection | to_json }}
Expand Down

0 comments on commit 9799dfb

Please sign in to comment.