changed to int (#253)

This commit is contained in:
Dean Eigenmann 2020-11-03 04:14:29 +01:00 committed by GitHub
parent 8c5fed85a6
commit 57c3cd44a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.}