Skip to content

Commit b82a30a

Browse files
committed
Fixed SAL parse after fork
1 parent ac8de85 commit b82a30a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xmr-node-proxy",
3-
"version": "0.26.5",
3+
"version": "0.26.6",
44
"description": "Node proxy for XMR pools based on nodejs-pool, should support any coins that nodejs-pool does with little work",
55
"main": "proxy.js",
66
"scripts": {

proxy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const async = require('async');
99
const support = require('./lib/support.js')();
1010
global.config = require('./config.json');
1111

12-
const PROXY_VERSION = "0.26.5";
12+
const PROXY_VERSION = "0.26.6";
1313
const DEFAULT_ALGO = [ "rx/0" ];
1414
const DEFAULT_ALGO_PERF = { "rx/0": 1, "rx/loki": 1 };
1515

0 commit comments

Comments
 (0)