Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Make log bool public
Browse files Browse the repository at this point in the history
Not the best way, but easiest way
  • Loading branch information
LostSoulfly committed Jun 17, 2017
1 parent 1e09f72 commit 1a74985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MinerProxy/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ internal sealed class Program
private static int localPort;
private static string remoteHost;
private static int remotePort;
private static bool log;
public static bool log;
private static bool debug;
private static bool replaceRigName;
private static string walletAddress;
Expand Down

0 comments on commit 1a74985

Please sign in to comment.