add panic suite to Error
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
f10f5319db
commit
0627b46f40
3 changed files with 60 additions and 20 deletions
|
@ -84,7 +84,7 @@ pub(crate) async fn send_transaction_message_route(
|
|||
Ok(send_transaction_message::v1::Response {
|
||||
pdus: resolved_map
|
||||
.into_iter()
|
||||
.map(|(e, r)| (e, r.map_err(|e| e.sanitized_error())))
|
||||
.map(|(e, r)| (e, r.map_err(|e| e.sanitized_string())))
|
||||
.collect(),
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue