Merge pull request #1252 from waku-org/chore/nwaku-v0.16.0

This commit is contained in:
fryorcraken.eth 2023-03-23 15:28:14 +11:00 committed by GitHub
commit 3059a652dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,
};