File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " xmr-node-proxy" ,
3
- "version" : " 0.26.6 " ,
3
+ "version" : " 0.26.7 " ,
4
4
"description" : " Node proxy for XMR pools based on nodejs-pool, should support any coins that nodejs-pool does with little work" ,
5
5
"main" : " proxy.js" ,
6
6
"scripts" : {
25
25
"minimist" : " 1.2.0" ,
26
26
"moment" : " 2.21.0" ,
27
27
"request" : " ^2.79.0" ,
28
- "cryptoforknote-util" : " git+https://github.com/MoneroOcean/node-cryptoforknote-util.git#v15.6.1 " ,
28
+ "cryptoforknote-util" : " git+https://github.com/MoneroOcean/node-cryptoforknote-util.git#v15.6.2 " ,
29
29
"cryptonight-hashing" : " git+https://github.com/MoneroOcean/node-cryptonight-hashing.git#v29.0.5"
30
30
}
31
31
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const async = require('async');
9
9
const support = require ( './lib/support.js' ) ( ) ;
10
10
global . config = require ( './config.json' ) ;
11
11
12
- const PROXY_VERSION = "0.26.6 " ;
12
+ const PROXY_VERSION = "0.26.7 " ;
13
13
const DEFAULT_ALGO = [ "rx/0" ] ;
14
14
const DEFAULT_ALGO_PERF = { "rx/0" : 1 , "rx/loki" : 1 } ;
15
15
You can’t perform that action at this time.
0 commit comments