Correct `get_claimable_balance` version info 2022-09-bad-doc-versions
authorMatt Corallo <git@bluematt.me>
Fri, 9 Sep 2022 19:30:30 +0000 (19:30 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 9 Sep 2022 19:30:30 +0000 (19:30 +0000)
commitd29f8ff2fa94d0475db4af6703a24bfab162f9f9
treef6c2d40714be3865fe3766261b5473135de40360
parent3fb3218b6c311eaa4d932b3eea9e50e04bda4f9b
Correct `get_claimable_balance` version info

5a8ede09fb3c8bbcd8694d94c12dac9ea7485537 updated the documentation
on `get_claimable_balance` to note that if a channel went on-chain
with an LDK version older than 0.0.108 some
counterparty-revoked-output claimable balances my be missing.
However, this failed to account for the fact that we rely on the
entirely-new-in-0.0.111
`confirmed_commitment_tx_counterparty_output` field for some
balances as well.

Thus, the comment should have been in terms of 0.0.111, not
0.0.108.
lightning/src/chain/channelmonitor.rs