utreexo / utreexod

A fully validating Bitcoin node with Utreexo support
ISC License
86 stars 19 forks source link

indexers: only include positions that were found #190

Closed kcalvinalvin closed 1 week ago

kcalvinalvin commented 1 week ago

GetLeafPosition returns the position and a boolean indicating whether or not a hash was found. The boolean wasn't being checked which ended up with the hashes that weren't found where being included as a 0.

We omit the positions entirely in this commit if they were not found.