[bisq-network/bisq] Add support to duplicate BSQ swap offers (PR #5886)

Christoph Atteneder notifications at github.com
Mon Dec 6 09:33:37 CET 2021


@ripcurlx commented on this pull request.



> @@ -572,6 +575,33 @@ private void updateButtonDisableState() {
         isPlaceOfferButtonDisabled.set(createOfferRequested || !inputDataValid || miningPoW.get());
     }
 
+    private void maybeInitializeWithData() {
+        ObjectProperty<Coin> btcMinAmount = dataModel.getMinAmount();
+        if (btcMinAmount.get() != null) {
+            minAmountAsCoinListener.changed(btcMinAmount, null, btcMinAmount.get());
+        }
+
+        ObjectProperty<Coin> btcAmount = dataModel.getBtcAmount();
+
+        if (btcAmount.get() != null && btcAmount.get() != null) {

Yes, missed that. Thanks!

-- 
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/5886#discussion_r762791939
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211206/55cea2a1/attachment.htm>


More information about the bisq-github mailing list