Skip to content

Commit 6ea7ae8

Browse files
authored
Fix unified nimbus cli port descriptions (#3815)
1 parent 07ecec1 commit 6ea7ae8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

execution_chain/nimbus.nim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,19 +113,19 @@ type
113113
# to keep compatibility with `--tcp-port` that is used in both, use
114114
# consecutive ports unless specific ports are set - to be evaluated
115115
executionTcpPort* {.
116-
desc: "Listening TCP port for Ethereum DevP2P traffic"
116+
desc: "Listening TCP port for Ethereum devp2p traffic"
117117
name: "execution-tcp-port" .}: Option[Port]
118118

119119
executionUdpPort* {.
120120
desc: "Listening UDP port for execution node discovery"
121121
name: "execution-udp-port" .}: Option[Port]
122122

123123
beaconTcpPort* {.
124-
desc: "Listening TCP port for Ethereum DevP2P traffic"
124+
desc: "Listening TCP port for Ethereum libp2p traffic"
125125
name: "beacon-tcp-port" .}: Option[Port]
126126

127127
beaconUdpPort* {.
128-
desc: "Listening UDP port for execution node discovery"
128+
desc: "Listening UDP port for beacon node discovery"
129129
name: "beacon-udp-port" .}: Option[Port]
130130

131131
tcpPort* {.

0 commit comments

Comments
 (0)