utreexo / utreexod

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

netsync: ignore invs when we're in headers build mode #172

Closed kcalvinalvin closed 2 months ago

kcalvinalvin commented 2 months ago

When a tx inv was given, we may get stuck as it interferes with the headers building. Ignoring all invs when we're in headers build avoids this problem.