@@ -22,7 +22,7 @@ pub enum LightningBalance {
22
22
ClaimableOnChannelClose {
23
23
/// The identifier of the channel this balance belongs to.
24
24
channel_id : ChannelId ,
25
- /// The identfiier of our channel counterparty.
25
+ /// The identifier of our channel counterparty.
26
26
counterparty_node_id : PublicKey ,
27
27
/// The amount available to claim, in satoshis, excluding the on-chain fees which will be
28
28
/// required to do so.
@@ -33,7 +33,7 @@ pub enum LightningBalance {
33
33
ClaimableAwaitingConfirmations {
34
34
/// The identifier of the channel this balance belongs to.
35
35
channel_id : ChannelId ,
36
- /// The identfiier of our channel counterparty.
36
+ /// The identifier of our channel counterparty.
37
37
counterparty_node_id : PublicKey ,
38
38
/// The amount available to claim, in satoshis, possibly excluding the on-chain fees which
39
39
/// were spent in broadcasting the transaction.
@@ -54,7 +54,7 @@ pub enum LightningBalance {
54
54
ContentiousClaimable {
55
55
/// The identifier of the channel this balance belongs to.
56
56
channel_id : ChannelId ,
57
- /// The identfiier of our channel counterparty.
57
+ /// The identifier of our channel counterparty.
58
58
counterparty_node_id : PublicKey ,
59
59
/// The amount available to claim, in satoshis, excluding the on-chain fees which will be
60
60
/// required to do so.
@@ -73,7 +73,7 @@ pub enum LightningBalance {
73
73
MaybeTimeoutClaimableHTLC {
74
74
/// The identifier of the channel this balance belongs to.
75
75
channel_id : ChannelId ,
76
- /// The identfiier of our channel counterparty.
76
+ /// The identifier of our channel counterparty.
77
77
counterparty_node_id : PublicKey ,
78
78
/// The amount potentially available to claim, in satoshis, excluding the on-chain fees
79
79
/// which will be required to do so.
@@ -90,7 +90,7 @@ pub enum LightningBalance {
90
90
MaybePreimageClaimableHTLC {
91
91
/// The identifier of the channel this balance belongs to.
92
92
channel_id : ChannelId ,
93
- /// The identfiier of our channel counterparty.
93
+ /// The identifier of our channel counterparty.
94
94
counterparty_node_id : PublicKey ,
95
95
/// The amount potentially available to claim, in satoshis, excluding the on-chain fees
96
96
/// which will be required to do so.
@@ -109,7 +109,7 @@ pub enum LightningBalance {
109
109
CounterpartyRevokedOutputClaimable {
110
110
/// The identifier of the channel this balance belongs to.
111
111
channel_id : ChannelId ,
112
- /// The identfiier of our channel counterparty.
112
+ /// The identifier of our channel counterparty.
113
113
counterparty_node_id : PublicKey ,
114
114
/// The amount, in satoshis, of the output which we can claim.
115
115
///
0 commit comments