diff --git a/java-examples/src/main/java/bisq/bots/TakeBestPricedOfferToBuyBtc.java b/java-examples/src/main/java/bisq/bots/TakeBestPricedOfferToBuyBtc.java index 2ad0f87..039ed84 100644 --- a/java-examples/src/main/java/bisq/bots/TakeBestPricedOfferToBuyBtc.java +++ b/java-examples/src/main/java/bisq/bots/TakeBestPricedOfferToBuyBtc.java @@ -43,8 +43,6 @@ import static protobuf.OfferDirection.BUY; * the Bisq Desktop application. *

* Here is one possible use case: - * - * *

  *      Take 3 "Faster Payment" offers to buy BTC with GBP, priced no lower than 2.00% above the current market
  *      price if:
@@ -64,7 +62,7 @@ import static protobuf.OfferDirection.BUY;
  * 
* Usage *


- * You must encrypt your wallet password before running this bot. If it is not already, you can use the CLI: + * You must encrypt your wallet password before running this bot. If it is not already encrypted, you can use the CLI: *

  *     $ ./bisq-cli --password=xyz --port=9998 setwalletpassword --wallet-password="be careful"
  * 
diff --git a/java-examples/src/main/java/bisq/bots/TakeBestPricedOfferToBuyXmr.java b/java-examples/src/main/java/bisq/bots/TakeBestPricedOfferToBuyXmr.java index 9863f46..684fb57 100644 --- a/java-examples/src/main/java/bisq/bots/TakeBestPricedOfferToBuyXmr.java +++ b/java-examples/src/main/java/bisq/bots/TakeBestPricedOfferToBuyXmr.java @@ -61,7 +61,7 @@ import static protobuf.OfferDirection.SELL; * * Usage *


- * You must encrypt your wallet password before running this bot. If it is not already, you can use the CLI: + * You must encrypt your wallet password before running this bot. If it is not already encrypted, you can use the CLI: *

  *     $ ./bisq-cli --password=xyz --port=9998 setwalletpassword --wallet-password="be careful"
  * 
diff --git a/java-examples/src/main/java/bisq/bots/TakeBestPricedOfferToSellXmr.java b/java-examples/src/main/java/bisq/bots/TakeBestPricedOfferToSellXmr.java index f42f42a..1ba8bdd 100644 --- a/java-examples/src/main/java/bisq/bots/TakeBestPricedOfferToSellXmr.java +++ b/java-examples/src/main/java/bisq/bots/TakeBestPricedOfferToSellXmr.java @@ -61,7 +61,7 @@ import static protobuf.OfferDirection.BUY; * * Usage *


- * You must encrypt your wallet password before running this bot. If it is not already, you can use the CLI: + * You must encrypt your wallet password before running this bot. If it is not already encrypted, you can use the CLI: *

  *     $ ./bisq-cli --password=xyz --port=9998 setwalletpassword --wallet-password="be careful"
  *