test: bump nwaku to v0.16.0

This commit is contained in:
fryorcraken.eth 2023-03-21 12:10:56 +11:00
parent b78479983c
commit de0a2e595c
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ on:
pull_request:
env:
NWAKU_VERSION: "v0.15.0"
NWAKU_VERSION: "v0.16.0"
NODE_JS: "18"
jobs:

2
nwaku

@ -1 +1 @@
Subproject commit 9debd44e2aebf07eaf96b4525a4497c69aaf4445
Subproject commit 03f0de365cfee3a946257a6ce8a61fe19284976c

View File

@ -117,7 +117,7 @@ export class Nwaku {
}
return {
payload: Buffer.from(message.payload).toString("base64url"),
payload: Buffer.from(message.payload).toString("base64"),
contentTopic: message.contentTopic,
timestamp,
};