This repository was archived by the owner on Jan 9, 2026. It is now read-only.
Commit ed7bdb9
committed
Fix circulating supply calculation
decodeAllocations assumes that token_payments.csv has a header row but
actually the first row is a 10M token allocation, which therefore is
missed in the circulating supply calculation.
Change-Id: Id0000000fedef0d50b1e62c003c4d4056d0ea6031 parent 5d98317 commit ed7bdb9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments