From 83a7ae056e0025b8938351c291ed74198c118491 Mon Sep 17 00:00:00 2001 From: Aaron DeRuvo Date: Fri, 6 Dec 2024 12:22:11 +0100 Subject: [PATCH] Update packages/cli/src/commands/account/new.ts --- packages/cli/src/commands/account/new.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/cli/src/commands/account/new.ts b/packages/cli/src/commands/account/new.ts index 3eb3008b7..217b1f62a 100644 --- a/packages/cli/src/commands/account/new.ts +++ b/packages/cli/src/commands/account/new.ts @@ -158,7 +158,6 @@ export default class NewAccount extends BaseCommand { const accountAddress = toChecksumAddress(privateKeyToAddress(keys.privateKey)) if (derivationPath === CELO_DERIVATION_PATH_BASE) { - // TODO tell them they can configure the default derivation path this.log( chalk.magenta( `\nUsing celoLegacy path (${CELO_DERIVATION_PATH_BASE}) for derivation. This will default to eth derivation path (${ETHEREUM_DERIVATION_PATH}) next major version.\n`