diff --git a/beacon_chain/conf.nim b/beacon_chain/conf.nim index c79631c080..454878b3dd 100644 --- a/beacon_chain/conf.nim +++ b/beacon_chain/conf.nim @@ -1047,7 +1047,7 @@ type monitoringType* {. desc: "Enable block monitoring which are seen by beacon node (BETA)" - defaultValue: BlockMonitoringType.Disabled + defaultValue: BlockMonitoringType.Event name: "block-monitor-type".}: BlockMonitoringType SigningNodeConf* = object