diff --git a/src/index.ts b/src/index.ts index b0b7c73..cf834ee 100644 --- a/src/index.ts +++ b/src/index.ts @@ -58,7 +58,7 @@ function handle(client: Client, command: Command) { command // .command("") .description("rsc handler") - // .argument("", "password to encrpt key") + // .argument("", "password to encrypt key") .action(async (password) => { try { let answers = await inquirer.prompt([ diff --git a/src/wallet/index.ts b/src/wallet/index.ts index 5a5e6c5..b66a50d 100644 --- a/src/wallet/index.ts +++ b/src/wallet/index.ts @@ -382,7 +382,7 @@ export class EncodedWallet { isSeed: boolean = true, chainType: CHAIN_TYPE = this.chain ): Promise { - //TODO: handle pk for different chains if necesary + //TODO: handle pk for different chains if necessary this.fillDefault(); const chainKey = { [CHAIN_TYPE.EVM]: "evm",