Minor fix on wallet output text (#1176)
* Minor fix on wallet output text * Fix "import" to "important" in docs
This commit is contained in:
parent
ddd63c0de1
commit
0b49a8507e
@ -126,7 +126,7 @@ pub fn cli_run(matches: &ArgMatches, base_dir: PathBuf) -> Result<(), String> {
|
||||
println!("reveal the private keys of all validators and keys generated with ");
|
||||
println!("this wallet. That would be catastrophic.");
|
||||
println!("");
|
||||
println!("It is also import to store a backup of this mnemonic so you can ");
|
||||
println!("It is also important to store a backup of this mnemonic so you can ");
|
||||
println!("recover your private keys in the case of data loss. Writing it on ");
|
||||
println!("a piece of paper and storing it in a safe place would be prudent.");
|
||||
println!("");
|
||||
|
@ -99,7 +99,7 @@ It is very important that you DO NOT SHARE this mnemonic as it will
|
||||
reveal the private keys of all validators and keys generated with
|
||||
this wallet. That would be catastrophic.
|
||||
|
||||
It is also import to store a backup of this mnemonic so you can
|
||||
It is also important to store a backup of this mnemonic so you can
|
||||
recover your private keys in the case of data loss. Writing it on
|
||||
a piece of paper and storing it in a safe place would be prudent.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user