Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cmroche authored and askmike committed Sep 30, 2017
1 parent 2a1ce4c commit 3c7cead
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions exchanges/kraken.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var crypto_currencies = [
"XMR",
"XRP",
"ZEC",
"BCH"
"BCH",
];

var fiat_currencies = [
Expand All @@ -30,14 +30,13 @@ var fiat_currencies = [
"USD",
"JPY",
"CAD",

];

var asset_without_prefix = [
'BCH',
'DASH',
'EOS',
'GNO'
'GNO',
]

// Method to check if asset/currency is a crypto currency
Expand Down

0 comments on commit 3c7cead

Please sign in to comment.