File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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* {.
You can’t perform that action at this time.
0 commit comments