[bisq-network/bisq] Bsq swap: Implementation [3] (PR #5775)

Stan notifications at github.com
Thu Oct 28 22:02:19 CEST 2021


@ghubstan commented on this pull request.



> +        if (!isTakeOfferScreen)
+            rows++;
+
+        addTitledGroupBg(gridPane, ++rowIndex, rows, Res.get("shared.Offer"));
+
+        String bsqDirectionInfo = "";
+        String btcDirectionInfo = "";
+        OfferDirection direction = offer.getDirection();
+        String currencyCode = offer.getCurrencyCode();
+        String offerTypeLabel = Res.get("shared.offerType");
+        String toReceive = " " + Res.get("shared.toReceive");
+        String toSpend = " " + Res.get("shared.toSpend");
+        String minus = " - ";
+        String plus = " + ";
+        String minerFeePostFix = Res.get("tradeDetailsWindow.txFee");
+        String tradeFeePostFix = Res.get("shared.tradeFee");

Is there no way to tell the bsq swap offer creator what the trade fee will be
![how-much-is-trade-fee](https://user-images.githubusercontent.com/36207203/139327043-ca7084ae-94d9-45d2-8773-1e6cdacf69c2.png)
?


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5775#pullrequestreview-792369174
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211028/e43c3afe/attachment.htm>


More information about the bisq-github mailing list