btcsuite / btcd

An alternative full node bitcoin implementation written in Go (golang)
https://github.com/btcsuite/btcd/blob/master/README.md
ISC License
6.09k stars 2.31k forks source link

Implement invalidateblock and reconsiderblock rpc #2154

Closed kcalvinalvin closed 2 days ago

kcalvinalvin commented 2 months ago

With the recent bugs, it'd be nice to have these rpcs so that the user doesn't have to sync from scratch.

Related to #2147 and #2121

kcalvinalvin commented 2 days ago

Completed