File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -200,11 +200,11 @@ pub struct ChannelDetails {
200
200
/// balance is not available for inclusion in new outbound HTLCs). This further does not include
201
201
/// any pending outgoing HTLCs which are awaiting some other resolution to be sent.
202
202
pub outbound_capacity_msat : u64 ,
203
- /// The available outbound capacity for sending HTLCs to the remote peer.
203
+ /// The available inbound capacity for receiving HTLCs from the remote peer.
204
204
///
205
205
/// The amount does not include any pending HTLCs which are not yet resolved
206
206
/// (and, thus, whose balance is not available for inclusion in new inbound HTLCs). This further
207
- /// does not include any pending outgoing HTLCs which are awaiting some other resolution to be
207
+ /// does not include any pending incoming HTLCs which are awaiting some other resolution to be
208
208
/// sent.
209
209
pub inbound_capacity_msat : u64 ,
210
210
/// The number of required confirmations on the funding transactions before the funding is
You can’t perform that action at this time.
0 commit comments