From acee2d37090a5d75b982200d205f269d440edfcb Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Thu, 20 May 2021 13:55:33 +0300 Subject: [PATCH] Remove an inappropriate merge artifact --- beacon_chain/conf.nim | 6 ------ 1 file changed, 6 deletions(-) diff --git a/beacon_chain/conf.nim b/beacon_chain/conf.nim index fe9c7c1c4..c1e4637c0 100644 --- a/beacon_chain/conf.nim +++ b/beacon_chain/conf.nim @@ -80,12 +80,6 @@ type # migrateAll = "Export and remove the whole validator slashing protection DB." # migrate = "Export and remove specified validators from Nimbus." - SlashProtCmd* = enum - `import` = "Import a EIP-3076 slashing protection interchange file" - `export` = "Export a EIP-3076 slashing protection interchange file" - # migrateAll = "Export and remove the whole validator slashing protection DB." - # migrate = "Export and remove specified validators from Nimbus." - BeaconNodeConf* = object logLevel* {. desc: "Sets the log level for process and topics (e.g. \"DEBUG; TRACE:discv5,libp2p; REQUIRED:none; DISABLED:none\")"