mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-28 06:50:56 +00:00
changed to int (#253)
This commit is contained in:
parent
8c5fed85a6
commit
57c3cd44a9
@ -24,7 +24,7 @@ type
|
||||
WakuMessage* = object
|
||||
payload*: seq[byte]
|
||||
contentTopic*: ContentTopic
|
||||
version*: string
|
||||
version*: uint32
|
||||
|
||||
MessageNotificationHandler* = proc(topic: string, msg: WakuMessage): Future[
|
||||
void] {.gcsafe, closure.}
|
||||
|
Loading…
x
Reference in New Issue
Block a user