Skip to content

Commit

Permalink
VC enable block monitoring by default. (#6331)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheatfate authored Jun 7, 2024
1 parent e7e69da commit 0512d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_chain/conf.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0512d02

Please sign in to comment.