Skip to content

Commit

Permalink
Reflect higher security deposit in placeOffer RPC comment
Browse files Browse the repository at this point in the history
Per review comment at
#3888 (comment)
  • Loading branch information
cbeams committed Jan 20, 2020
1 parent 1e8633b commit d77ff10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main/java/bisq/cli/app/BisqCliMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ private BisqCliMain(String host, int port) {
result = paymentAccounts.toString();
break;
case "placeOffer":
// test input: placeOffer CNY BUY 750000000 true -0.2251 1000000 500000 0.12 5a972121-c30a-4b0e-b519-b17b63795d16
// test input: placeOffer CNY BUY 750000000 true -0.2251 1000000 500000 0.15 5a972121-c30a-4b0e-b519-b17b63795d16
// payment accountId and currency need to be adopted

// We expect 9 params
Expand Down

0 comments on commit d77ff10

Please sign in to comment.