We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd48afb commit 0287267Copy full SHA for 0287267
packages/core/src/commands/config/forger/index.ts
@@ -53,6 +53,8 @@ $ ark config:forger --method=bip39
53
this.abortWithInvalidInput();
54
}
55
56
+ delete flags.suffix;
57
+
58
response = { ...flags, ...response };
59
60
if (response.method === "bip38") {
0 commit comments