From 1a74985dcc954232479d2af29c777cdcc4399a4d Mon Sep 17 00:00:00 2001 From: LostSoulFly Date: Sat, 17 Jun 2017 13:24:57 -0400 Subject: [PATCH] Make log bool public Not the best way, but easiest way --- MinerProxy/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MinerProxy/Program.cs b/MinerProxy/Program.cs index ce936fc..ecafe03 100644 --- a/MinerProxy/Program.cs +++ b/MinerProxy/Program.cs @@ -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;