Skip to content

Commit

Permalink
chore: print searched location on miss on sign-with-legacy-keychain (#…
Browse files Browse the repository at this point in the history
…422)

Co-authored-by: dj8yf0μl <[email protected]>
Co-authored-by: Artur Yurii Korchynskyi <[email protected]>
  • Loading branch information
3 people authored Dec 13, 2024
1 parent 6f7cdf7 commit 6e8a6ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ impl SignLegacyKeychainContext {
let signer_access_key_json =
std::fs::read(&signer_access_key_file_path).wrap_err_with(|| {
format!(
"Access key file for account <{}> on network <{}> not found!",
"Access key file for account <{}> on network <{}> not found! \nSearch location: {:?}",
previous_context.prepopulated_transaction.signer_id,
network_config.network_name
network_config.network_name, signer_access_key_file_path
)
})?;
let signer_access_key: super::AccountKeyPair =
Expand Down

0 comments on commit 6e8a6ae

Please sign in to comment.