]> git.bitcoin.ninja Git - rust-lightning/commit
Watch all outputs irrespective of claimable outpoints.
authorG8XSU <3442979+G8XSU@users.noreply.github.com>
Fri, 31 May 2024 22:26:57 +0000 (15:26 -0700)
committerG8XSU <3442979+G8XSU@users.noreply.github.com>
Mon, 3 Jun 2024 18:53:47 +0000 (11:53 -0700)
commit149fa129fe5048876407068a870a27a57b530130
tree7cca2f3701d8b2d50a6f90e607a7df14d49556d9
parent73263348ba55c976fa8e17b8c3cf71bc6f117568
Watch all outputs irrespective of claimable outpoints.

This removes dependency of watched_outputs from
per_commitment_claimable_outpoints, it is required since we will
no longer have direct access to per_commitment_claimable_outpoints
once we start publishing PersistClaimInfo as part of #3049.
lightning/src/chain/channelmonitor.rs