remove eth from default status bar
not viable at higher validator counts - linear scan + forced public key init makes it extremely slow
This commit is contained in:
parent
2a36949913
commit
10da7fe9da
|
@ -185,8 +185,7 @@ type
|
|||
defaultValue: "peers: $connected_peers;" &
|
||||
"finalized: $finalized_root:$finalized_epoch;" &
|
||||
"head: $head_root:$head_epoch:$head_epoch_slot;" &
|
||||
"time: $epoch:$epoch_slot ($slot)|" &
|
||||
"ETH: $attached_validators_balance"
|
||||
"time: $epoch:$epoch_slot ($slot)|"
|
||||
desc: "Textual template for the contents of the status bar"
|
||||
name: "status-bar-contents" }: string
|
||||
|
||||
|
|
Loading…
Reference in New Issue