Skip to content

Commit

Permalink
f jd-client
Browse files Browse the repository at this point in the history
  • Loading branch information
jbesraa committed Aug 9, 2024
1 parent 49034ed commit 9eb1b23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/jd-client/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ async fn main() {
}
}
};
rx_status = jdc.initialize_jd(upstream.clone(), upstream_socket)
.await;
rx_status = jdc.initialize_jd(upstream.clone(), upstream_socket).await;
} else {
rx_status = jdc.initialize_jd_as_solo_miner().await;
}
Expand Down

0 comments on commit 9eb1b23

Please sign in to comment.