bisq/desktop
jmacxx f0af8a516e
Fix Total BSQ Supply and Change of BSQ Supply calculations.
Total BSQ Supply needs to be cumulative from genesis to datapoint.
Change of BSQ Supply needs to handle situations where there is no
issuange to offset a burn.  There was a bug in the use of
getMergedMap(a - b) which would result in a burn being counted as
an issuance in that case.  Solved by making burns negative and using
Long::sum instead of a - b.
2022-10-05 07:11:29 -05:00
..
package Not use platform specific binary signing and notarization 2022-09-15 09:41:15 +02:00
src Fix Total BSQ Supply and Change of BSQ Supply calculations. 2022-10-05 07:11:29 -05:00