Skip to content

Commit

Permalink
probit fetchCurrencies amount limits
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Jan 14, 2022
1 parent 32948a0 commit c2a9241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/probit.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ module.exports = class probit extends Exchange {
'precision': precision,
'limits': {
'amount': {
'min': Math.pow (10, -precision),
'max': Math.pow (10, precision),
'min': undefined,
'max': undefined,
},
'deposit': {
'min': this.safeNumber (platform, 'min_deposit_amount'),
Expand Down

0 comments on commit c2a9241

Please sign in to comment.