Tweak comment about encrypting wallet with CLI

This commit is contained in:
ghubstan 2022-07-01 11:20:43 -03:00
parent e138d35761
commit 034172b8f4
No known key found for this signature in database
GPG Key ID: E35592D6800A861E
3 changed files with 3 additions and 5 deletions

View File

@ -43,8 +43,6 @@ import static protobuf.OfferDirection.BUY;
* the <a href="https://bisq.network">Bisq Desktop</a> application.
* <p>
* Here is one possible use case:
*
*
* <pre>
* 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;
* </pre>
* <b>Usage</b>
* <p><br/>
* 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:
* <pre>
* $ ./bisq-cli --password=xyz --port=9998 setwalletpassword --wallet-password="be careful"
* </pre>

View File

@ -61,7 +61,7 @@ import static protobuf.OfferDirection.SELL;
* </pre>
* <b>Usage</b>
* <p><br/>
* 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:
* <pre>
* $ ./bisq-cli --password=xyz --port=9998 setwalletpassword --wallet-password="be careful"
* </pre>

View File

@ -61,7 +61,7 @@ import static protobuf.OfferDirection.BUY;
* </pre>
* <b>Usage</b>
* <p><br/>
* 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:
* <pre>
* $ ./bisq-cli --password=xyz --port=9998 setwalletpassword --wallet-password="be careful"
* </pre>