mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
Correct get_claimable_balance
version info
5a8ede09fb
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.
This commit is contained in:
parent
3fb3218b6c
commit
d29f8ff2fa
1 changed files with 1 additions and 1 deletions
|
@ -1630,7 +1630,7 @@ impl<Signer: Sign> ChannelMonitor<Signer> {
|
|||
/// confirmations on the claim transaction.
|
||||
///
|
||||
/// Note that for `ChannelMonitors` which track a channel which went on-chain with versions of
|
||||
/// LDK prior to 0.0.108, balances may not be fully captured if our counterparty broadcasted
|
||||
/// LDK prior to 0.0.111, balances may not be fully captured if our counterparty broadcasted
|
||||
/// a revoked state.
|
||||
///
|
||||
/// See [`Balance`] for additional details on the types of claimable balances which
|
||||
|
|
Loading…
Add table
Reference in a new issue