utreexo / utreexod

A fully validating Bitcoin node with Utreexo support
ISC License
90 stars 21 forks source link

blockchain: ask for a utreexoview in checkConnectBlock #73

Closed kcalvinalvin closed 1 year ago

kcalvinalvin commented 1 year ago

In checkConnectBlock, a separate utreexo view is asked to be passed in. This is to avoid mutation of the utreexo view that's part of the blockchain struct as some callers may want to pass in another utreexoview during events such as reorgs.