mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 14:54:12 +00:00
Fix an accidentally commented out line
This commit is contained in:
parent
ff8212e58e
commit
45430f2904
@ -185,7 +185,7 @@ type
|
|||||||
udpPort* {.
|
udpPort* {.
|
||||||
desc: "Listening UDP port for node discovery"
|
desc: "Listening UDP port for node discovery"
|
||||||
defaultValue: defaultEth2TcpPort
|
defaultValue: defaultEth2TcpPort
|
||||||
# defaultValueDesc: 9000
|
defaultValueDesc: "9000"
|
||||||
name: "udp-port" }: Port
|
name: "udp-port" }: Port
|
||||||
|
|
||||||
maxPeers* {.
|
maxPeers* {.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user