@@ -124,7 +124,7 @@ key_read_write!(DelayedPaymentBasepoint);
124
124
/// punish and claim all the channel funds if the state broadcasted was previously revoked.
125
125
///
126
126
/// [See the BOLT specs]
127
- /// ( https://github.com/lightning/bolts/blob/master/03-transactions.md#localpubkey-local_htlcpubkey-remote_htlcpubkey-local_delayedpubkey-and-remote_delayedpubkey-derivation)
127
+ /// < https://github.com/lightning/bolts/blob/master/03-transactions.md#localpubkey-local_htlcpubkey-remote_htlcpubkey-local_delayedpubkey-and-remote_delayedpubkey-derivation>
128
128
/// for more information on key derivation details.
129
129
#[ derive( PartialEq , Eq , Clone , Copy , Debug ) ]
130
130
pub struct DelayedPaymentKey ( pub PublicKey ) ;
@@ -151,7 +151,7 @@ key_read_write!(HtlcBasepoint);
151
151
/// Thus, both channel counterparties' HTLC keys will appears in each HTLC output's script.
152
152
///
153
153
/// [See the BOLT specs]
154
- /// ( https://github.com/lightning/bolts/blob/master/03-transactions.md#localpubkey-local_htlcpubkey-remote_htlcpubkey-local_delayedpubkey-and-remote_delayedpubkey-derivation)
154
+ /// < https://github.com/lightning/bolts/blob/master/03-transactions.md#localpubkey-local_htlcpubkey-remote_htlcpubkey-local_delayedpubkey-and-remote_delayedpubkey-derivation>
155
155
/// for more information on key derivation details.
156
156
#[ derive( PartialEq , Eq , Clone , Copy , Debug ) ]
157
157
pub struct HtlcKey ( pub PublicKey ) ;
@@ -204,7 +204,7 @@ key_read_write!(RevocationBasepoint);
204
204
/// per_commitment_point which is used in both commitment and HTLC transactions.
205
205
///
206
206
/// See [the BOLT spec for derivation details]
207
- /// ( https://github.com/lightning/bolts/blob/master/03-transactions.md#revocationpubkey-derivation)
207
+ /// < https://github.com/lightning/bolts/blob/master/03-transactions.md#revocationpubkey-derivation>
208
208
#[ derive( PartialEq , Eq , Clone , Copy , Debug , Hash ) ]
209
209
pub struct RevocationKey ( pub PublicKey ) ;
210
210
0 commit comments