test: bump nwaku to v0.16.0

This commit is contained in:
fryorcraken.eth
2023-03-23 14:51:10 +11:00
parent b78479983c
commit de0a2e595c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ on:
pull_request:
env:
NWAKU_VERSION: "v0.15.0"
NWAKU_VERSION: "v0.16.0"
NODE_JS: "18"
jobs:
+1 -1
Submodule nwaku updated: 9debd44e2a...03f0de365c
+1 -1
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,
};