Skip to content

Commit 042f138

Browse files
committed
debug
1 parent 9fda724 commit 042f138

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/simple_electrum_client/src/electrum/response.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ impl Response {
118118
}
119119

120120
pub fn try_parse(raw: &str, index: &HashMap<usize, Request>) -> Result<Response, Error> {
121+
log::debug!("Response::try_parse() {raw}");
121122
// first we handle the case of a single error
122123
let error: Result<ErrorResponse, _> = serde_json::from_str(raw);
123124
if let Ok(e) = error {

0 commit comments

Comments
 (0)