Skip to content

Commit

Permalink
Add servers (#3315)
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinlesceller authored May 21, 2020
1 parent 952bdcc commit 5d0791b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion servers/src/mining/stratumserver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,6 @@ fn accept_connections(listen_addr: SocketAddr, handler: Arc<Handler>) {

let write = async move {
while let Some(line) = rx.next().await {
let line = line + "\n";
writer
.send(line)
.await
Expand Down

0 comments on commit 5d0791b

Please sign in to comment.