mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
I was examining a test_onchain_timeout failure, and realized that we were forgetting a peer even though we'd just spent the HTLC_TIMEOUT_TX! This reveals that we weren't resolving an output when we stole the preimage from it, like we should. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>