Skip to content

Commit

Permalink
One more MAsari fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Jan 26, 2019
1 parent 410ace3 commit e17c0c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xmr-node-proxy",
"version": "0.5.1",
"version": "0.5.2",
"description": "Node proxy for XMR pools based on nodejs-pool, should support any coins that nodejs-pool does with little work",
"main": "proxy.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"moment": "2.21.0",
"request": "^2.79.0",
"uuid": "3.0.1",
"cryptoforknote-util": "git+https://github.com/MoneroOcean/node-cryptoforknote-util.git#v4.0.1",
"cryptoforknote-util": "git+https://github.com/MoneroOcean/node-cryptoforknote-util.git#v4.0.2",
"cryptonight-hashing": "git+https://github.com/MoneroOcean/node-cryptonight-hashing.git#v5.0.2"
}
}
2 changes: 1 addition & 1 deletion proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const uuidV4 = require('uuid/v4');
const support = require('./lib/support.js')();
global.config = require('./config.json');

const PROXY_VERSION = "0.5.1";
const PROXY_VERSION = "0.5.2";
const DEFAULT_ALGO = [ "cn/2" ];
const DEFAULT_ALGO_PERF = { "cn": 1, "cn/half": 1.9 };

Expand Down

0 comments on commit e17c0c5

Please sign in to comment.