Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
jbesraa committed Aug 5, 2024
1 parent 2b87c07 commit fbb8464
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions roles/jd-server/src/lib/job_declarator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ use key_utils::{Secp256k1PublicKey, Secp256k1SecretKey, SignatureService};
use network_helpers_sv2::noise_connection_tokio::Connection;
use nohash_hasher::BuildNoHashHasher;
use roles_logic_sv2::{
common_messages_sv2::{
Protocol, SetupConnection, SetupConnectionError, SetupConnectionSuccess,
},
common_messages_sv2::SetupConnectionSuccess,
handlers::job_declaration::{ParseClientJobDeclarationMessages, SendTo},
job_declaration_sv2::{DeclareMiningJob, SubmitSolutionJd},
parsers::{JobDeclaration, PoolMessages as JdsMessages},
Expand Down Expand Up @@ -483,6 +481,7 @@ impl JobDeclarator {
sender.send(sv2_frame).await.unwrap();

let jddownstream = Arc::new(Mutex::new(JobDeclaratorDownstream::new(
false,
receiver.clone(),
sender.clone(),
&self.config,
Expand Down

0 comments on commit fbb8464

Please sign in to comment.