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

chimp1984 notifications at github.com
Sun Oct 31 19:10:57 CET 2021


@chimp1984 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");

When creating the offer the second step shows all the fees. I was a bit lazy to add it here as well and as the tx fee are calculated based on the inputs/change its not that trivial. But yes could be added.

-- 
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_r739857427
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211031/1c9e9e8c/attachment.htm>


More information about the bisq-github mailing list