Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
remove -i alias from instamine (#2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Jan 12, 2022
1 parent f8a8edb commit 442ae22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chains/ethereum/options/src/miner-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export const MinerOptions: Definitions<MinerConfig> = {
\`instamine\` has no effect if \`blockTime\` is *not* \`0\` (the default).`,
default: () => "eager",
legacyName: "instamine",
cliAliases: ["i", "instamine"],
cliAliases: ["instamine"],
cliType: "string",
cliChoices: ["eager", "strict"]
},
Expand Down

0 comments on commit 442ae22

Please sign in to comment.