diff --git a/Cargo.lock b/Cargo.lock index b4d13cf..677fbdf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1023,7 +1023,7 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "mempool_space" -version = "0.0.59" +version = "0.0.60" dependencies = [ "anyhow", "ascii", diff --git a/Cargo.toml b/Cargo.toml index 9e4974e..1c05715 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.0.59" +version = "0.0.60" edition = "2021" authors = ["RandyMcMillan "] description = "mempool.space api interface." diff --git a/README.md b/README.md index 6b44a44..2c6d411 100755 --- a/README.md +++ b/README.md @@ -454,7 +454,7 @@ pub fn reachable() -> bool { let mut reachable = false; if !res.unwrap().to_string().is_empty() { - + println!( "\n\n{:?}:\nGET {}/{:} {:?}\n\n", start, diff --git a/src/lib.rs b/src/lib.rs index c19f8ad..b001f55 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -454,7 +454,7 @@ pub fn reachable() -> bool { let mut reachable = false; // if !res.unwrap().to_string().is_empty() { - // + // println!( "\n\n{:?}:\nGET {}/{:} {:?}\n\n", start,