mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-08-27 08:01:16 +00:00
test: bump nwaku to v0.16.0
This commit is contained in:
@@ -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
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user