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

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

After taking the offer, the maker still can't find the trade fee, until he checks the swap tx in a block explorer.

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


More information about the bisq-github mailing list