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

xyzmaker123 notifications at github.com
Thu Mar 17 14:54:23 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());

Sorry, it's leftover - I'll remove it. Thanks for your vigilance.

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

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


More information about the bisq-github mailing list