[bisq-network/bisq] Privacy improvements for manual payout (#4899)

Christoph Atteneder notifications at github.com
Wed Dec 16 19:34:35 CET 2020


@ripcurlx commented on this pull request.



>  
-        TxBroadcaster.Callback callback = new TxBroadcaster.Callback() {
-            @Override
-            public void onSuccess(@Nullable Transaction result) {
-                log.error("onSuccess");
-                UserThread.execute(() -> {
-                    String txId = result != null ? result.getTxId().toString() : "null";
-                    new Popup().information("Transaction successful published. Transaction ID: " + txId).show();
-                });
-            }
+    private void calculateTxFee() {
+        if (buyerPayoutAmount.getText().length() > 0 &&
+                sellerPayoutAmount.getText().length() > 0 &&
+                amountInMultisig.getText().length() > 0) {
+            Coin txFeeValue = Coin.parseCoin(amountInMultisig.getText())

I'll wait for this before I cherry-pick.

-- 
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/4899#discussion_r544530257
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201216/89bd0b3a/attachment.htm>


More information about the bisq-github mailing list