mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-17 02:47:51 +01:00
Update blockchain height to 64-bits according to the Whitepaper 0.9.2. Close #74
This commit is contained in:
@@ -152,6 +152,6 @@ func (packet *PacketRaw) SetSelfReportedPorts(portI, portE uint16) {
|
||||
return
|
||||
}
|
||||
|
||||
binary.LittleEndian.PutUint16(packet.Payload[15:17], portI)
|
||||
binary.LittleEndian.PutUint16(packet.Payload[17:19], portE)
|
||||
binary.LittleEndian.PutUint16(packet.Payload[19:19+2], portI)
|
||||
binary.LittleEndian.PutUint16(packet.Payload[21:21+2], portE)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user