stacks-core icon indicating copy to clipboard operation
stacks-core copied to clipboard

[Chainstate] Drop `BurnchainDB::get_burnchain_header()`

Open jcnelson opened this issue 9 months ago • 0 comments

This function incorrectly obtains a single burnchain block header by height, but there can be multiple rows. Fortunately, it's only present on rarely-used paths in the chains coordinator (but they're all involved with handling Bitcoin reorgs). This method needs to get reworked.

jcnelson avatar Apr 26 '24 02:04 jcnelson