Skip to content

Commit 5460e98

Browse files
committed
f Drop unactionable note
1 parent 4e0ced0 commit 5460e98

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/balance.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ pub enum LightningBalance {
112112
/// The identifier of our channel counterparty.
113113
counterparty_node_id: PublicKey,
114114
/// 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.
118115
amount_satoshis: u64,
119116
},
120117
}

0 commit comments

Comments
 (0)