Skip to content

Commit a941e09

Browse files
committed
test
1 parent 2949d29 commit a941e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/client.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@ impl RpcApi for Client {
14581458

14591459
let failedmsg = format!(
14601460
"Failed to parse response {:?}",
1461-
resp.as_ref().ok().and_then(|a| a.result.as_ref())
1461+
resp
14621462
);
14631463

14641464
Ok(resp?.result().inspect_err(|_| {

0 commit comments

Comments
 (0)