Skip to content

Commit 0287267

Browse files
spkjpfaustbrian
authored andcommitted
fix(core): don't pass suffix flag to bip38 and bip39 command (#2464)
1 parent cd48afb commit 0287267

File tree

1 file changed

+2
-0
lines changed
  • packages/core/src/commands/config/forger

1 file changed

+2
-0
lines changed

packages/core/src/commands/config/forger/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ $ ark config:forger --method=bip39
5353
this.abortWithInvalidInput();
5454
}
5555

56+
delete flags.suffix;
57+
5658
response = { ...flags, ...response };
5759

5860
if (response.method === "bip38") {

0 commit comments

Comments
 (0)