<p></p>
<p><b>@ripcurlx</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4899#discussion_r544530257">desktop/src/main/java/bisq/desktop/main/overlays/windows/ManualPayoutTxWindow.java</a>:</p>
<pre style='color:#555'>>  
-        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())
</pre>
<p>I'll wait for this before I cherry-pick.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/4899#discussion_r544530257">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNXIJAPXGRRL6PSD2SDSVD4TXANCNFSM4UN4MJ7A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNTDDLEQVE26UJCT3KTSVD4TXA5CNFSM4UN4MJ7KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEECPN6Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/4899#discussion_r544530257",
"url": "https://github.com/bisq-network/bisq/pull/4899#discussion_r544530257",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>