]> 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>
Thu, 5 Sep 2024 23:53:35 +0000 (23:53 +0000)
commit48a17c23047897b41f429a35c13e47d7fc1c1948
treedb6fd740560cd86c0677ca7d622b6878842c23a1
parentd35239ca6216c69a58222dea38fa1cfdb8388a8a
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