Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(electrum): remove
RelevantTxids
and track txs in TxGraph
This PR removes `RelevantTxids` from the electrum crate and tracks transactions in a `TxGraph`. This removes the need to separately construct a `TxGraph` after a `full_scan` or `sync`.
- Loading branch information