mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-10 09:43:10 +00:00
Force identify nim node to support waku protocol
This commit is contained in:
parent
589ca0258b
commit
6558ac60bb
@ -110,6 +110,11 @@ test('Nim-interop: js node sends message to nim node', async (t) => {
|
||||
const nimWaku = new NimWaku(t.title);
|
||||
await nimWaku.start({ staticnode: multiAddrWithId });
|
||||
|
||||
// TODO: Remove this hack, tracked with https://github.com/status-im/nim-waku/issues/419
|
||||
node.identifyService!.peerStore.protoBook.set(await nimWaku.getPeerId(), [
|
||||
CODEC,
|
||||
]);
|
||||
|
||||
await wakuRelayNode.publish(message);
|
||||
|
||||
await nimWaku.waitForLog('WakuMessage received');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user