VC enable block monitoring by default. (#6331)

This commit is contained in:
Eugene Kabanov 2024-06-07 18:04:29 +03:00 committed by GitHub
parent e7e69daf95
commit 0512d02766
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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