Skip to content

Commit

Permalink
fix(core): don't pass suffix flag to bip38 and bip39 command (#2464)
Browse files Browse the repository at this point in the history
  • Loading branch information
spkjp authored and faustbrian committed Apr 24, 2019
1 parent cd48afb commit 0287267
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/commands/config/forger/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ $ ark config:forger --method=bip39
this.abortWithInvalidInput();
}

delete flags.suffix;

response = { ...flags, ...response };

if (response.method === "bip38") {
Expand Down

0 comments on commit 0287267

Please sign in to comment.