This commit is contained in:
Josh Harvey 2016-04-04 16:19:41 +01:00
parent 591ffcf162
commit 22c2acfe61
3 changed files with 26 additions and 6 deletions

View file

@ -8,12 +8,7 @@ BigNumber.config({DECIMAL_PLACES: 40})
exports.NAME = 'Kraken'
exports.SUPPORTED_MODULES = ['ticker']
// var pluginConfig = {}
// https://bitpay.com/api/rates
exports.config = function config (localConfig) {
// pluginConfig = localConfig
}
function findCurrency (fxRates, currency) {