rust-lightning/lightning-transaction-sync
Elias Rohrer 2f581104b2
Track spent WatchedOutputs and re-add if unconfirmed
Previously, we would track a spending transaction but wouldn't account
for it being reorged out of the chain, in which case we wouldn't monitor
the `WatchedOutput`s until they'd be reloaded on restart.

Here, we keep any `WatchedOutput`s around until their spends are
sufficiently confirmed and only prune them after `ANTI_REORG_DELAY`.
2024-03-19 15:55:28 +01:00
..
src Track spent WatchedOutputs and re-add if unconfirmed 2024-03-19 15:55:28 +01:00
tests Disable lightning-transaction-sync integration tests on Windows 2024-02-12 10:42:07 +01:00
Cargo.toml Disable lightning-transaction-sync integration tests on Windows 2024-02-12 10:42:07 +01:00