Browse Source

less debug

pull/27/head
Deniod 5 months ago
parent
commit
1f184f55d4
  1. 2
      lib/src/lightclient.rs

2
lib/src/lightclient.rs

@ -1233,7 +1233,7 @@ pub fn start_mempool_monitor(lc: Arc<LightClient>) -> Result<(), String> {
}
// Sleep exponentially backing off
std::thread::sleep(std::time::Duration::from_secs((2 as u64).pow(retry_count)));
println!("Sync error {}\nRetry count {}", e, retry_count);
// println!("Sync error {}\nRetry count {}", e, retry_count);
}
}
}

Loading…
Cancel
Save