Surface the missing pubkey

(cherry picked from commit ce88602ced)
This commit is contained in:
Michael Vines
2020-03-13 14:54:12 -07:00
parent 2cd09957b4
commit 5e22db017a

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())
}