Skip to content

Commit

Permalink
add inner error to MalformedResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
maaktweluit committed Nov 23, 2020
1 parent 9b4263c commit 6fd1326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/zksync-rs/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use zksync_eth_signer::error::SignerError;
pub enum ClientError {
#[error("Network '{0}' is not supported")]
NetworkNotSupported(String),
#[error("Unable to decode server response")]
#[error("Unable to decode server response: {0}")]
MalformedResponse(String),
#[error("RPC error: {0:?}")]
RpcError(RpcFailure),
Expand Down

0 comments on commit 6fd1326

Please sign in to comment.