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

<p>utACK</p>
<p>Waiting for previous PRs in the chain</p><hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4922#discussion_r543468871">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>Should be deterministic since you're controlling all the inputs and the fee.</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#pullrequestreview-552608548">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNRUZ6MV2VHHTZIS52DSU6DLTANCNFSM4USW3QRA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNX4XJES2NSPLQ5XESTSU6DLTA5CNFSM4USW3QRKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEDYCGJA.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#pullrequestreview-552608548",
"url": "https://github.com/bisq-network/bisq/pull/4922#pullrequestreview-552608548",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>