VC enable block monitoring by default. (#6331)
This commit is contained in:
parent
e7e69daf95
commit
0512d02766
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue