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

James Cox notifications at github.com
Thu Dec 17 05:30:00 CET 2020


@jmacxx 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())

Resolved by https://github.com/bisq-network/bisq/pull/4899/commits/e888be319256ef1fd5a429a367274df35fed21b2

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


More information about the bisq-github mailing list