Skip to content

Commit

Permalink
fix sv2 unencrypted listener
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Oct 5, 2024
1 parent 0d8f75e commit 8d8d51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/pool/src/lib/mining_pool/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ impl Pool {
debug!("New connection from {}", address);

let (receiver, sender): (Receiver<EitherFrame>, Sender<EitherFrame>) =
network_helpers::plain_connection_tokio::PlainConnection::new(stream).await;
network_helpers_sv2::plain_connection_tokio::PlainConnection::new(stream).await;

handle_result!(
status_tx,
Expand Down

0 comments on commit 8d8d51c

Please sign in to comment.