From 034172b8f4286db6244e334531979bf01f6425f7 Mon Sep 17 00:00:00 2001 From: ghubstan <36207203+ghubstan@users.noreply.github.com> Date: Fri, 1 Jul 2022 11:20:43 -0300 Subject: [PATCH] Tweak comment about encrypting wallet with CLI --- .../src/main/java/bisq/bots/TakeBestPricedOfferToBuyBtc.java | 4 +--- .../src/main/java/bisq/bots/TakeBestPricedOfferToBuyXmr.java | 2 +- .../src/main/java/bisq/bots/TakeBestPricedOfferToSellXmr.java | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) 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"
  *