mirror of https://github.com/status-im/js-waku.git
Fix spelling
This commit is contained in:
parent
ce2bfde12d
commit
3a7c7a1bb7
|
@ -19,10 +19,12 @@
|
|||
"Dscore",
|
||||
"editorconfig",
|
||||
"esnext",
|
||||
"ethersproject",
|
||||
"execa",
|
||||
"exponentiate",
|
||||
"fanout",
|
||||
"floodsub",
|
||||
"fontsource",
|
||||
"globby",
|
||||
"gossipsub",
|
||||
"huilong",
|
||||
|
@ -32,6 +34,7 @@
|
|||
"ineed",
|
||||
"iwant",
|
||||
"jdev",
|
||||
"keccak",
|
||||
"lastpub",
|
||||
"libauth",
|
||||
"libp",
|
||||
|
|
|
@ -32,8 +32,8 @@ export async function generateEthDmKeyPair(
|
|||
|
||||
/**
|
||||
* Sign the Eth-DM public key with Web3. This can then be published to let other
|
||||
* users know to use this Eth-DM public key to encrypt messages destinated to the
|
||||
* Web3 account holder (ie, Ethereum Address holder).
|
||||
* users know to use this Eth-DM public key to encrypt messages for the
|
||||
* Ethereum Address holder.
|
||||
*/
|
||||
export async function createPublicKeyMessage(
|
||||
web3Signer: Signer,
|
||||
|
|
Loading…
Reference in New Issue