Skip to content

Commit 88561dc

Browse files
committed
debug
1 parent 430fc69 commit 88561dc

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
@@ -78,6 +78,7 @@ pub fn parse_str_response(
7878
raw: &str,
7979
index: &HashMap<usize, Request>,
8080
) -> Result<Vec<Response>, Error> {
81+
log::debug!("parse_str_response() {}:{}", raw, raw.len());
8182
// first we check if it's a batch
8283
let batch = ResponseBatch::from_str(raw, index)?;
8384
if let Some(b) = batch {

0 commit comments

Comments
 (0)