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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4922#discussion_r543518797">apitest/src/test/java/bisq/apitest/method/wallet/BtcWalletTest.java</a>:</p>
<pre style='color:#555'>> +
+        log.debug("{} Alice's BTC Balances:\n{}",
+                testName(testInfo),
+                formatBtcBalanceInfoTbl(alicesBalances));
+        bisq.core.api.model.BtcBalanceInfo alicesExpectedBalances =
+                bisq.core.api.model.BtcBalanceInfo.valueOf(700000000,
+                        0,
+                        700000000,
+                        0);
+        verifyBtcBalances(alicesExpectedBalances, alicesBalances);
+
+        BtcBalanceInfo bobsBalances = getBtcBalances(bobdaemon);
+        log.debug("{} Bob's BTC Balances:\n{}",
+                testName(testInfo),
+                formatBtcBalanceInfoTbl(bobsBalances));
+        // We cannot (?) predict the exact tx size and calculate how much in tx fees were
</pre>
<p>I think so too, but the <code>sendbtc</code> tx size randomly varies between two distinct values (219 bytes or 220 bytes) from test run to test run, hence the available balance range [1549978000, 1549978100].<br>
Is that a bug?<br>
Should I be more specific about this in that test case's comment?</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/4922#discussion_r543518797">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNQLVAOE3ZU3JZKZWITSU6IUDANCNFSM4USW3QRA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNT6AFXWMSDIWJDLOP3SU6IUDA5CNFSM4USW3QRKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEDYRCZY.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/4922#discussion_r543518797",
"url": "https://github.com/bisq-network/bisq/pull/4922#discussion_r543518797",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>