mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
Fix port logging in bootnode (#13457)
This commit is contained in:
parent
1ff5a43385
commit
b585ff77f5
@ -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"))
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user