Skip to content

Commit

Permalink
Merge pull request #3370 from sqrrm/change-verified-limit
Browse files Browse the repository at this point in the history
Change verified account limit factor to 0.5
  • Loading branch information
ripcurlx authored Oct 14, 2019
2 parents 526fef9 + a386da8 commit dc047ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ private long getTradeLimit(Coin maxTradeLimit,
factor = 1;
break;
case ONE_TO_TWO_MONTHS:
factor = 0.25;
factor = 0.5;
break;
case LESS_ONE_MONTH:
case UNVERIFIED:
Expand Down

0 comments on commit dc047ef

Please sign in to comment.