We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f446d20 commit d39985aCopy full SHA for d39985a
cli/src/cli-helpers/askForWallet.ts
@@ -45,7 +45,7 @@ async function walletToKeyStore({
45
if (exists) {
46
// TODO ask confirmation?
47
spinner.warn(
48
- 'A wallet file with this address already exists in the keystore, it will de replaced'
+ 'A wallet file with this address already exists in the keystore, it will be replaced'
49
);
50
}
51
0 commit comments