mirror of https://github.com/status-im/nim-eth.git
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…
Reference in New Issue