LLFourn / bdk_core_staging

Staging area for bdk_core initial development
15 stars 12 forks source link

Add ChainGraph::invalidate_checkpoints #129

Closed LLFourn closed 1 year ago

LLFourn commented 1 year ago

We added this to SparseChain but not chain graph but I think we need it directly on chain graph as well because we can't get a mutable ref to SparseChain from the chain graph.

evanlinjin commented 1 year ago

@danielabrozzoni This is what you need right? haha