mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-15 12:23:15 +00:00
changed to int (#253)
This commit is contained in:
parent
f4583d87a5
commit
9dfc1b6149
@ -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