Skip to content

Commit

Permalink
reduce offer amount for dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed Apr 8, 2016
1 parent be87eec commit 652efa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public CreateOfferViewModel(CreateOfferDataModel dataModel, FiatValidator fiatVa
@Override
protected void activate() {
if (BitsquareApp.DEV_MODE) {
amount.set("0.01");
amount.set("0.0001");
minAmount.set(amount.get());
price.set("400");
volume.set("0.04");
Expand Down

0 comments on commit 652efa5

Please sign in to comment.