Fix spelling

This commit is contained in:
Franck Royer 2021-06-22 10:48:54 +10:00
parent ce2bfde12d
commit 3a7c7a1bb7
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 5 additions and 2 deletions

View File

@ -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",

View File

@ -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,