Skip to content

Commit

Permalink
Update StratumClient.java
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Mar 7, 2025
1 parent 3882c6c commit 5ac6bc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public StratumClient(String host, int port) {
public long getCurrentId() {
return idCounter.get();
}

protected Socket createSocket() throws IOException {
ServerAddress address = serverAddress;
log.debug("Opening a socket to " + address.getHost() + ":" + address.getPort());
Expand Down

0 comments on commit 5ac6bc4

Please sign in to comment.