Skip to content

Commit

Permalink
Merge pull request zone117x#239 from KaTXi/patch-5
Browse files Browse the repository at this point in the history
Update profitSwitch.js
  • Loading branch information
zone117x committed May 29, 2014
2 parents 1578ad8 + 9457c6e commit 1b148f4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libs/profitSwitch.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ var bignum = require('bignum');
var algos = require('stratum-pool/lib/algoProperties.js');
var util = require('stratum-pool/lib/util.js');

var CoinWarz = require('./apiCoinWarz.js');
var Cryptsy = require('./apiCryptsy.js');
var Poloniex = require('./apiPoloniex.js');
var Mintpal = require('./apiMintpal.js');
Expand Down Expand Up @@ -66,10 +65,6 @@ module.exports = function(logger){
//
// setup APIs
//
var coinwarzApi = new CpinWarz(
// 'API_KEY',
// 'API_SECRET'
);
var poloApi = new Poloniex(
// 'API_KEY',
// 'API_SECRET'
Expand Down

0 comments on commit 1b148f4

Please sign in to comment.