Respond with a debug version of the error in rpc Client

This commit is contained in:
Antonio Scandurra 2022-07-07 11:52:56 +02:00
parent c6254247c3
commit b91d44b448

View file

@ -549,7 +549,7 @@ impl Client {
client.respond_with_error(
receipt,
proto::Error {
message: error.to_string(),
message: format!("{:?}", error),
},
)?;
Err(error)