]> git.bitcoin.ninja Git - rust-lightning/commit
Rename claim cleaning match bool for accuracy
authorMatt Corallo <git@bluematt.me>
Thu, 5 Sep 2024 21:06:16 +0000 (21:06 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 16 Oct 2024 21:04:48 +0000 (21:04 +0000)
commit2f549eeb80b497492fd4914d8ae7d41ebb2060f6
tree59d1a30bbd99e8e0c17df9088d47c9885dbac166
parentbc1931bd0b07b980ab3ed7acdff3a7a769b5164c
Rename claim cleaning match bool for accuracy

We don't actually care if a confirmed transaction claimed other
outputs, only that it claimed a superset of the outputs in the
pending claim we're looking at. Thus, the variable to detect that
is renamed `is_claim_subset_of_tx` instead of `are_sets_equal`.
lightning/src/chain/onchaintx.rs