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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4801#discussion_r534373173">core/src/main/java/bisq/core/btc/model/BsqTransferModel.java</a>:</p>
<pre style='color:#555'>> +                            Transaction signedTx) {
+        this.receiverAddress = receiverAddress;
+        this.receiverAmount = receiverAmount;
+        this.preparedSendTx = preparedSendTx;
+        this.txWithBtcFee = txWithBtcFee;
+        this.signedTx = signedTx;
+        this.miningFee = signedTx.getFee();
+        this.txSize = signedTx.bitcoinSerialize().length;
+        this.txType = TxType.TRANSFER_BSQ;
+    }
+
+    public String getReceiverAddressAsString() {
+        return receiverAddress.toString();
+    }
+
+    public double getMiningFeeInSatoshisPerByte() {
</pre>
<p>The CoinUtil method is uses returns a double, but deleted this almost unused method anyway in commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/bisq-network/bisq/commit/2efd094f68f2b867624a7c27191b42a08bb15f8f/hovercard" href="https://github.com/bisq-network/bisq/commit/2efd094f68f2b867624a7c27191b42a08bb15f8f"><tt>2efd094</tt></a>.</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/4801#discussion_r534373173">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNUECGP3NAEMVI3TY73SSZ6PJANCNFSM4TU5NE4A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNQJJNYZF7UI24OYD3DSSZ6PJA5CNFSM4TU5NE4KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEBPRLKY.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/4801#discussion_r534373173",
"url": "https://github.com/bisq-network/bisq/pull/4801#discussion_r534373173",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>