mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-02-04 11:15:05 +00:00
add: ephemeral to public key message
This commit is contained in:
parent
f32fc277fb
commit
31c80982c2
@ -49,7 +49,9 @@ export default function BroadcastPublicKey({
|
||||
|
||||
const publicKeyMessageEncoder = createEncoder(
|
||||
PublicKeyContentTopic,
|
||||
PublicKeyMessageEncryptionKey
|
||||
PublicKeyMessageEncryptionKey,
|
||||
undefined,
|
||||
true
|
||||
);
|
||||
|
||||
await waku.relay.send(publicKeyMessageEncoder, { payload });
|
||||
|
Loading…
x
Reference in New Issue
Block a user