diff options
Diffstat (limited to 'les')
-rw-r--r-- | les/peer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/les/peer.go b/les/peer.go index 524690e2f..04d747a6b 100644 --- a/les/peer.go +++ b/les/peer.go @@ -400,7 +400,7 @@ func (p *peer) Handshake(td *big.Int, head common.Hash, headNum uint64, genesis var send keyValueList send = send.add("protocolVersion", uint64(p.version)) - send = send.add("networkId", uint64(p.network)) + send = send.add("networkId", p.network) send = send.add("headTd", td) send = send.add("headHash", head) send = send.add("headNum", headNum) |