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

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