From ed1b5f78626b137f36bf38382fe3bd90d4a05f4e Mon Sep 17 00:00:00 2001 From: ghubstan <36207203+ghubstan@users.noreply.github.com> Date: Mon, 4 Jul 2022 15:56:12 -0300 Subject: [PATCH] Fix javadoc --- .../src/main/java/bisq/bots/TakeBestPricedOfferToSellBsq.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-examples/src/main/java/bisq/bots/TakeBestPricedOfferToSellBsq.java b/java-examples/src/main/java/bisq/bots/TakeBestPricedOfferToSellBsq.java index c8084b0..e30d76a 100644 --- a/java-examples/src/main/java/bisq/bots/TakeBestPricedOfferToSellBsq.java +++ b/java-examples/src/main/java/bisq/bots/TakeBestPricedOfferToSellBsq.java @@ -53,7 +53,7 @@ import static protobuf.OfferDirection.BUY; * The bot configurations for these rules are set in TakeBestPricedOfferToSellBsq.properties as follows: * * maxTakeOffers=5 - * minMarketPriceMargin=-1.00 + * maxMarketPriceMargin=-1.00 * minAmount=0.10 * maxAmount=0.25 * preferredTradingPeers=preferred-address-1.onion:9999,preferred-address-2.onion:9999