hemilabs / heminetwork

The hemi network core daemons.
MIT License
73 stars 49 forks source link

remove insertion of pop_basis during broadcast #242

Closed ClaytonNorthey92 closed 3 months ago

ClaytonNorthey92 commented 3 months ago

we (potentially) insert pop_basis twice, once when broadcasting, another when parsing btc blocks. we don't need the former at this point, remove it so we take stress off of the db.

Summary we (potentially) insert pop_basis twice, once when broadcasting, another when parsing btc blocks. we don't need the former at this point

Changes remove the first insert so we take stress off of the db