Skip to content

Commit

Permalink
Merge branch 'feature/rebase_v5.3.X' of github.com:mwcproject/mwc-wal…
Browse files Browse the repository at this point in the history
…let into feature/rebase_v5.3.X
  • Loading branch information
bayk committed Aug 22, 2024
2 parents 45c0611 + 5ab8520 commit 307da79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion config/src/comments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fn comments() -> HashMap<String, String> {
retval.insert(
"api_listen_interface".to_string(),
"
#host IP for wallet listener, change to \"0.0.0.0\" to receive grins
#host IP for wallet listener, change to \"0.0.0.0\" to receive mwc coins
"
.to_string(),
);
Expand Down
2 changes: 0 additions & 2 deletions controller/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ where
wallet_data_dir.clone(),
)?;

let m = p.get_mnemonic(None, args.password, wallet_data_dir)?;
grin_wallet_impls::lifecycle::show_recovery_phrase(m);
Ok(())
}

Expand Down

0 comments on commit 307da79

Please sign in to comment.