less debug
This commit is contained in:
@@ -1233,7 +1233,7 @@ pub fn start_mempool_monitor(lc: Arc<LightClient>) -> Result<(), String> {
|
|||||||
}
|
}
|
||||||
// Sleep exponentially backing off
|
// Sleep exponentially backing off
|
||||||
std::thread::sleep(std::time::Duration::from_secs((2 as u64).pow(retry_count)));
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user