mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-26 14:32:18 +00:00
small syntax change for collector declaration
This commit is contained in:
parent
620573f63c
commit
0a5ffaa8b3
@ -10,5 +10,5 @@ proc parseAddress*(hexString: string): EthAddress =
|
||||
proc `$`*(a: EthAddress): string =
|
||||
a.toHex()
|
||||
|
||||
newPublicGauge(connected_peers, "number of peers in the pool")
|
||||
newPublicGauge connected_peers, "number of peers in the pool"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user