[bisq-network/bisq] Add inventory monitor module (#4680)

chimp1984 notifications at github.com
Fri Oct 23 18:40:17 UTC 2020


@chimp1984 commented on this pull request.



> @@ -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";

Was copied from a web resource ;-)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4680#discussion_r511074380
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201023/008348be/attachment.html>


More information about the bisq-github mailing list