utreexo / utreexod

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

blockchain: fix printf and make code more obvious #160

Closed kcalvinalvin closed 2 months ago

kcalvinalvin commented 2 months ago

Fixed an incorrect print and returned directly on code that was modifying a variable (when it can return immediately).