mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Fix port logging in bootnode (#13457)
This commit is contained in:
@@ -185,7 +185,7 @@ func (h *handler) httpHandler(w http.ResponseWriter, _ *http.Request) {
|
||||
write(w, []byte("Node ID: "+n.ID().String()+"\n"))
|
||||
write(w, []byte("IP: "+n.IP().String()+"\n"))
|
||||
write(w, []byte(fmt.Sprintf("UDP Port: %d", n.UDP())+"\n"))
|
||||
write(w, []byte(fmt.Sprintf("TCP Port: %d", n.UDP())+"\n\n"))
|
||||
write(w, []byte(fmt.Sprintf("TCP Port: %d", n.TCP())+"\n\n"))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user