File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -124,15 +124,15 @@ pub struct TxCreationKeys {
124
124
pub per_commitment_point : PublicKey ,
125
125
/// The revocation key which is used to allow the owner of the commitment transaction to
126
126
/// provide their counterparty the ability to punish them if they broadcast an old state.
127
- pub revocation_key : PublicKey ,
127
+ pub ( crate ) revocation_key : PublicKey ,
128
128
/// A's HTLC Key
129
- pub a_htlc_key : PublicKey ,
129
+ pub ( crate ) a_htlc_key : PublicKey ,
130
130
/// B's HTLC Key
131
- pub b_htlc_key : PublicKey ,
131
+ pub ( crate ) b_htlc_key : PublicKey ,
132
132
/// A's Payment Key (which isn't allowed to be spent from for some delay)
133
- pub a_delayed_payment_key : PublicKey ,
133
+ pub ( crate ) a_delayed_payment_key : PublicKey ,
134
134
/// B's Payment Key
135
- pub b_payment_key : PublicKey ,
135
+ pub ( crate ) b_payment_key : PublicKey ,
136
136
}
137
137
138
138
/// One counterparty's public keys which do not change over the life of a channel.
You can’t perform that action at this time.
0 commit comments