mirror of https://github.com/status-im/nim-eth.git
forgot about metric naming convention
This commit is contained in:
parent
b79fe42095
commit
6bd5c35986
|
@ -10,5 +10,5 @@ proc parseAddress*(hexString: string): EthAddress =
|
||||||
proc `$`*(a: EthAddress): string =
|
proc `$`*(a: EthAddress): string =
|
||||||
a.toHex()
|
a.toHex()
|
||||||
|
|
||||||
var peerGauge* = newGauge("connected peers", "number of peers in the pool")
|
var peerGauge* = newGauge("connected_peers", "number of peers in the pool")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue