diff --git a/eth/common/utils.nim b/eth/common/utils.nim index 84c6ab0..f242a96 100644 --- a/eth/common/utils.nim +++ b/eth/common/utils.nim @@ -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"