Skip to content

Commit

Permalink
Update packages/cli/src/commands/account/new.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr authored Dec 6, 2024
1 parent 58ba32f commit 83a7ae0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/src/commands/account/new.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 83a7ae0

Please sign in to comment.