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

Stan notifications at github.com
Thu Oct 28 22:05:04 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");

The taker can see the trade fee before taking the offer, but the maker still doesn't know yet.

-- 
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#discussion_r738724987
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211028/278994c6/attachment.htm>


More information about the bisq-github mailing list