Skip to content

Commit

Permalink
Reinsert print that is used in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ti committed Sep 20, 2023
1 parent 0970ad2 commit 1a23918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/trusted_base_cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ fn new_account(trusted_args: &TrustedCli) -> CliResult {
drop(store);
info!("new account {}", key.to_ss58check());
let key_str = key.to_ss58check();
println!("{}", key_str);

Ok(CliResultOk::PubKeysBase58 { pubkeys_sr25519: Some(vec![key_str]), pubkeys_ed25519: None })
}
Expand Down

0 comments on commit 1a23918

Please sign in to comment.