A port is an unsigned int16... (fix encoding)
This commit is contained in:
parent
481772fc98
commit
8b839c9ad9
@ -185,6 +185,6 @@ module Pool_event = struct
|
||||
(req "kind" kind_encoding)
|
||||
(req "timestamp" Time.encoding)
|
||||
(req "addr" P2p_addr.encoding)
|
||||
(opt "port" int16))
|
||||
(opt "port" uint16))
|
||||
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user