Skip to content

Commit 1b33142

Browse files
authored
add MsgSource as el too (#7057)
* add MsgSource as el too * lint
1 parent 8045da7 commit 1b33142

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

beacon_chain/validators/validator_monitor.nim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# beacon_chain
2-
# Copyright (c) 2021-2024 Status Research & Development GmbH
2+
# Copyright (c) 2021-2025 Status Research & Development GmbH
33
# Licensed and distributed under either of
44
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
55
# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).
@@ -212,6 +212,7 @@ type
212212
gossip = "gossip"
213213
api = "api"
214214
sync = "sync"
215+
el = "el"
215216

216217
template toGaugeValue(v: bool): int64 =
217218
if v: 1 else: 0

0 commit comments

Comments
 (0)