[bisq-network/bisq] Show changes in BSQ Supply over time (PR #6106)

Christoph Atteneder notifications at github.com
Thu Mar 17 14:51:42 CET 2022


@ripcurlx commented on this pull request.



> @@ -119,6 +136,16 @@ long getProofOfBurnAmount() {
         Map<Long, Long> compensationMap = getCompensationByInterval();
         Map<Long, Long> reimbursementMap = getReimbursementByInterval();
         totalIssuedByInterval = getMergedMap(compensationMap, reimbursementMap, Long::sum);
+
+        var items = totalIssuedByInterval
+                .entrySet()
+                .stream()
+                .sorted(Comparator.comparing(Map.Entry::getKey))
+                .collect(Collectors.toList());
+
+        items.forEach(i -> {
+            log.info("" + i.getKey());

Is there a reason why you are logging this?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/6106#pullrequestreview-913174492
You are receiving this because you are subscribed to this thread.

Message ID: <bisq-network/bisq/pull/6106/review/913174492 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20220317/13cc0ef2/attachment-0001.htm>


More information about the bisq-github mailing list