mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-05-25 13:14:14 +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()
|
iHavePreferredTradingPeers.get()
|
||||||
? isMakerPreferredTradingPeer.test(offer) ? "YES" : "NO"
|
? isMakerPreferredTradingPeer.test(offer) ? "YES" : "NO"
|
||||||
: "N/A");
|
: "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",
|
offer.getPrice() + " BTC",
|
||||||
targetPrice + " BTC");
|
targetPrice + " BTC");
|
||||||
filterResultsByLabel.put(fixedPriceLabel, isFixedPriceGEMaxMarketPriceMargin.test(offer, avgBsqPrice));
|
filterResultsByLabel.put(fixedPriceLabel, isFixedPriceGEMaxMarketPriceMargin.test(offer, avgBsqPrice));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user