We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949c976 commit 47b035dCopy full SHA for 47b035d
src/balance.rs
@@ -112,9 +112,6 @@ pub enum LightningBalance {
112
/// The identifier of our channel counterparty.
113
counterparty_node_id: PublicKey,
114
/// The amount, in satoshis, of the output which we can claim.
115
- ///
116
- /// Note that for outputs from HTLC balances this may be excluding some on-chain fees that
117
- /// were already spent.
118
amount_satoshis: u64,
119
},
120
}
0 commit comments