diff --git a/proxy.js b/proxy.js index 063b1c3..848d874 100644 --- a/proxy.js +++ b/proxy.js @@ -35,7 +35,7 @@ let debug = { global.threadName = ''; let nonceCheck = new RegExp("^[0-9a-f]{8}$"); let activePorts = []; -let httpResponse = ' 200 OK\nContent-Type: text/plain\nContent-Length: 18\n\nMining Proxy Online'; +let httpResponse = ' 200 OK\nContent-Type: text/plain\nContent-Length: 19\n\nMining Proxy Online'; let activeMiners = {}; let activeCoins = {}; let bans = {};