Skip to content

Commit

Permalink
Debug warning on loading params default signer
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Aug 17, 2023
1 parent c9d5381 commit 4cbe0ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/marinade-common-cli/src/matchers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ pub fn signer_from_path_or_default(
})?,
))
} else {
debug!(
"failed to load signer {} using default signer {}",
name,
default_signer.pubkey()
);
Ok(default_signer.clone())
}
}
Expand Down

0 comments on commit 4cbe0ef

Please sign in to comment.