If 2 claimable-outpoint-spending txn are in 1 block, clean up properly
authorMatt Corallo <git@bluematt.me>
Tue, 10 Dec 2019 03:17:31 +0000 (22:17 -0500)
committerAntoine Riard <ariard@student.42.fr>
Tue, 10 Dec 2019 22:42:58 +0000 (17:42 -0500)
commit475719d01cc5e4aa6566442583c3067f74bbd87c
treee9ceb8784bd78841e2a12a6ebf59161513caa94c
parent9eb87802c5792adb8b6a307a9228455868c45a0d
If 2 claimable-outpoint-spending txn are in 1 block, clean up properly

This resolves an issue where we will never track 2 on-chain events
which are waiting for ANTI_REORG_DELAY at the same height.

This partially reverts and fixes "Move our_claim_txn_waiting_first_conf
to pending_claim_requests".
lightning/src/ln/channelmonitor.rs