Surface the missing pubkey

This commit is contained in:
Michael Vines 2020-03-13 14:54:12 -07:00
parent 53b8d0d528
commit ce88602ced
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ pub fn signer_from_path(
} else {
Err(std::io::Error::new(
std::io::ErrorKind::Other,
"missing signature for supplied pubkey".to_string(),
format!("missing signature for supplied pubkey: {}", pubkey),
)
.into())
}