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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4299#discussion_r442448945">core/src/main/java/bisq/core/grpc/CoreWalletsService.java</a>:</p>
<pre style='color:#555'>> +
+        // Iterate the list of Tuple3<AddressString, Balance, NumConfirmations> objects
+        // and build the formatted info string.
+        StringBuilder addressInfoBuilder = new StringBuilder();
+        addrBalanceConfirms.forEach(a -> {
+            var btcBalance = formatSatoshis.apply(a.second);
+            var numConfirmations = getNumConfirmationsForMostRecentTransaction(a.first);
+            String addressInfo = "" + a.first
+                    + "  balance: " + format("%13s", btcBalance)
+                    + ((a.second > 0) ? ("  confirmations: " + format("%6d", numConfirmations)) : "")
+                    + "\n";
+            addressInfoBuilder.append(addressInfo);
+        });
+
+        return addressInfoBuilder.toString().trim();
+    }
</pre>
<p>Resolved in PR <a href="https://github.com/bisq-network/bisq/pull/4322" data-hovercard-type="pull_request" data-hovercard-url="/bisq-network/bisq/pull/4322/hovercard">4322</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/4299#discussion_r442448945">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNVP5WPV2DLRPJQYWZDRXJSKJANCNFSM4N5F3SAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNQLBSBYD2V3PBGYCKTRXJSKJA5CNFSM4N5F3SA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODHL57NA.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/4299#discussion_r442448945",
"url": "https://github.com/bisq-network/bisq/pull/4299#discussion_r442448945",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>