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