mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-01-26 17:33:33 +00:00
Tweak log statement
This commit is contained in:
parent
661ef2fa41
commit
3c08b0bf46
@ -334,7 +334,7 @@ public class TakeBestPricedOfferToBuyBsq extends AbstractBot {
|
||||
iHavePreferredTradingPeers.get()
|
||||
? isMakerPreferredTradingPeer.test(offer) ? "YES" : "NO"
|
||||
: "N/A");
|
||||
var fixedPriceLabel = format("Is offer fixed-price (%s) >= bot's minimum price (%s)?",
|
||||
var fixedPriceLabel = format("Is offer fixed-price (%s) >= bot's minimum price of (%s)?",
|
||||
offer.getPrice() + " BTC",
|
||||
targetPrice + " BTC");
|
||||
filterResultsByLabel.put(fixedPriceLabel, isFixedPriceGEMaxMarketPriceMargin.test(offer, avgBsqPrice));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user