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:
Jacek Sieka 2020-08-10 09:52:40 +02:00 committed by zah
parent 2a36949913
commit 10da7fe9da
1 changed files with 1 additions and 2 deletions

View File

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