Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bdk_chain_redesign] Rm
HashSet
from TxGraph::relevant_heights
The `HashSet` was used for iterating without duplicate items. However, since `anchors` is a `BTreeSet`, heights are in order. So a single variable tracking last height will be sufficient.
- Loading branch information