Remove an inappropriate merge artifact
This commit is contained in:
parent
dc49a51654
commit
acee2d3709
|
@ -80,12 +80,6 @@ type
|
||||||
# migrateAll = "Export and remove the whole validator slashing protection DB."
|
# migrateAll = "Export and remove the whole validator slashing protection DB."
|
||||||
# migrate = "Export and remove specified validators from Nimbus."
|
# 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
|
BeaconNodeConf* = object
|
||||||
logLevel* {.
|
logLevel* {.
|
||||||
desc: "Sets the log level for process and topics (e.g. \"DEBUG; TRACE:discv5,libp2p; REQUIRED:none; DISABLED:none\")"
|
desc: "Sets the log level for process and topics (e.g. \"DEBUG; TRACE:discv5,libp2p; REQUIRED:none; DISABLED:none\")"
|
||||||
|
|
Loading…
Reference in New Issue