Commit 441ea42
committed
fix(count): fix count calculation burned IDs
The reason that we didn't see any FVM hypercerts were because there were
exactly as many certs as filtered IDs. The getAllHypercerts method
filtered out burned IDs and always substracted the length of the array
from the count returned by the API. Which, led to 0, which led to 'no
hypercerts found'1 parent 5e1ae95 commit 441ea42
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
199 | 201 | | |
200 | 202 | | |
201 | 203 | | |
| |||
0 commit comments