Skip to content

Commit

Permalink
refactor(electrum): remove RelevantTxids and track txs in TxGraph
Browse files Browse the repository at this point in the history
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
LagginTimes committed Apr 24, 2024
1 parent 8e73998 commit d008d31
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 184 deletions.
Loading

0 comments on commit d008d31

Please sign in to comment.