mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-02 09:46:26 +00:00
This commit is contained in:
parent
099709872e
commit
0bfe7b10bb
@ -1568,6 +1568,12 @@ when not defined(windows):
|
|||||||
# The status bar feature would allow the user to specify an
|
# The status bar feature would allow the user to specify an
|
||||||
# arbitrary expression that is resolvable through this API.
|
# arbitrary expression that is resolvable through this API.
|
||||||
case expr.toLowerAscii
|
case expr.toLowerAscii
|
||||||
|
of "version":
|
||||||
|
versionAsStr
|
||||||
|
|
||||||
|
of "full_version":
|
||||||
|
fullVersionStr
|
||||||
|
|
||||||
of "connected_peers":
|
of "connected_peers":
|
||||||
$(node.connectedPeersCount)
|
$(node.connectedPeersCount)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user