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

xyzmaker123 notifications at github.com
Mon Mar 21 12:01:29 CET 2022


@xyzmaker123 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());

OK - my mistake with leaving this logging  code was so pitiful that I just wanted to clear it from git history :)

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

Message ID: <bisq-network/bisq/pull/6106/review/915566275 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20220321/b1aa33e7/attachment.htm>


More information about the bisq-github mailing list