Skip to content

Commit

Permalink
ci: add temp log
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed May 14, 2024
1 parent 463be73 commit 045e6cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sn_client/src/acc_packet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pub fn load_account_wallet_or_create_with_mnemonic(
Ok(wallet) => Ok(wallet),
Err(error) => {
warn!("Issue loading wallet, creating a new one: {error}");
prinlnt!("Issue loading wallet from {root_dir:?}, creating a new one: {error}");
let mnemonic = user_secret::random_eip2333_mnemonic()?;
user_secret::write_mnemonic_to_disk(root_dir, &mnemonic)?;

Expand Down

0 comments on commit 045e6cd

Please sign in to comment.