Skip to content

Commit

Permalink
bitlish syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Dec 10, 2017
1 parent ab3e73f commit 37fceff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js/bitlish.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ module.exports = class bitlish extends Exchange {
'secret': false,
},
'fees': {
'trading': { // for verified account. Anonymous 0.3 on taker
'trading': {
// for verified account. Anonymous 0.3 on taker
'taker': 0.2 / 100,
'maker': 0 / 100,
},
'funding': {
'withdraw': {
'BTC': 0.001,
'BTC': 0.001,
'LTC': 0.001,
'DOGE': 0.001,
'ETH': 0.001,
Expand Down

0 comments on commit 37fceff

Please sign in to comment.