mirror of
https://github.com/logos-storage/nim-libp2p.git
synced 2026-01-20 06:23:12 +00:00
readMplexVarint should return uint64
This commit is contained in:
parent
2de98751ae
commit
4199508f17
@ -26,7 +26,7 @@ type
|
||||
msgType: MessageType
|
||||
data: seq[byte]
|
||||
|
||||
proc readMplexVarint(conn: Connection): Future[uint] {.async, gcsafe.} =
|
||||
proc readMplexVarint(conn: Connection): Future[uint64] {.async, gcsafe.} =
|
||||
var
|
||||
varint: uint
|
||||
length: int
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user