mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
swarm/network: Logline to see handshake addr
This commit is contained in:
parent
5b8ae7885e
commit
dcb872952c
1 changed files with 1 additions and 0 deletions
|
|
@ -213,6 +213,7 @@ func (b *Bzz) performHandshake(p *protocols.Peer, handshake *HandshakeMsg) error
|
|||
handshake.err = err
|
||||
return err
|
||||
}
|
||||
log.Warn("have hs", "remote", p.RemoteAddr(), "hs", rsh.(*HandshakeMsg).Addr)
|
||||
handshake.peerAddr = rsh.(*HandshakeMsg).Addr
|
||||
handshake.LightNode = rsh.(*HandshakeMsg).LightNode
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Reference in a new issue