Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(electrum): Set last seen timestamp only for unconfirmed txs
`determine_tx_anchor` will return None if a transaction is not yet confirmed. Now when creating a graph update from RelevantTxids we assume if the tx has no anchors, it must be unconfirmed, and only then do we call `insert_seen_at` on the update TxGraph.
- Loading branch information