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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4680#discussion_r511074380">common/src/main/java/bisq/common/util/Utilities.java</a>:</p>
<pre style='color:#555'>> @@ -523,4 +525,11 @@ public static int byteArrayToInteger(byte[] bytes) {
         return t -> map.putIfAbsent(keyExtractor.apply(t), Boolean.TRUE) == null;
     }
 
+    public static String readableFileSize(long size) {
+        if (size <= 0) return "0";
</pre>
<p>Was copied from a web resource ;-)</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/4680#discussion_r511074380">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNUTHANWV3JOEYKSEGTSMHEZDANCNFSM4S2EWJMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNXUR3M6ZEP44IIHNBTSMHEZDA5CNFSM4S2EWJMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOD3AFAGQ.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/4680#discussion_r511074380",
"url": "https://github.com/bisq-network/bisq/pull/4680#discussion_r511074380",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>