We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abbb8d0 commit 30971bdCopy full SHA for 30971bd
1 file changed
src/router/mod.rs
@@ -212,21 +212,6 @@ impl Router {
212
);
213
})??;
214
215
- if (PoolLatency::get_mining_setup_latencies(
216
- &mut pool,
217
- setup_connection_msg.cloned(),
218
- timer.cloned(),
219
- auth_pub_key,
220
- )
221
- .await)
222
- .is_err()
223
- {
224
- error!(
225
- "Failed to get mining setup latencies for: {:?}",
226
- pool_address
227
- );
228
- return Err(());
229
- }
230
if (PoolLatency::get_jd_latencies(&mut pool, auth_pub_key).await).is_err() {
231
error!("Failed to get jd setup latencies for: {:?}", pool_address);
232
return Err(());
0 commit comments