lightninglabs / neutrino

Privacy-Preserving Bitcoin Light Client
MIT License
894 stars 182 forks source link

blockmanager: check reorg block connects to prev block #272

Closed guggero closed 1 year ago

guggero commented 1 year ago

This commit checks that blocks of a reorg branch chain also connect properly.

Replaces https://github.com/lightninglabs/neutrino/pull/271 by user request.

Crypt-iQ commented 1 year ago

This is fixed in https://github.com/lightninglabs/neutrino/pull/263/files#diff-2345cea8b12f07d1f60d42b7e5563720e69e1544c641261cf147668c4599320bR2393 which verifies that all of the headers connect

guggero commented 1 year ago

Oh, I see. Didn't check in-flight PRs, my bad. Closing in favor of #263.