Skip to content

Commit

Permalink
Change verified account limit factor to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sqrrm committed Oct 7, 2019
1 parent 9bfe135 commit a386da8
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 a386da8

Please sign in to comment.