rust-lightning/lightning
Matt Corallo a17794c380 Scan onchain_events_awaiting_threshold_conf once in balance calc
Instead of a series of different
`onchain_events_awaiting_threshold_conf.iter()...` calls to scan
for HTLC status in balance calculation, pull them all out into one
`for ... { match ... }` to do it once and simplify the code
somewhat.
2022-08-15 23:18:12 +00:00
..
src Scan onchain_events_awaiting_threshold_conf once in balance calc 2022-08-15 23:18:12 +00:00
Cargo.toml Update bitcoin crate to 0.29.0 2022-08-11 00:21:26 +02:00