Skip to content

Commit 9857d76

Browse files
committed
f doc typo
1 parent c184669 commit 9857d76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ struct HolderSignedTx {
278278
}
279279
impl_writeable_tlv_based!(HolderSignedTx, {
280280
(0, txid, required),
281-
// Note that this is filled in with data from OnchainTxHandler if its missing. For
282-
// HolderSignedTx objects serialized with 0.0.100+, this should be filled in.
281+
// Note that this is filled in with data from OnchainTxHandler if it's missing.
282+
// For HolderSignedTx objects serialized with 0.0.100+, this should be filled in.
283283
(1, to_self_value_sat, (default_value, u64::max_value())),
284284
(2, revocation_key, required),
285285
(4, a_htlc_key, required),

0 commit comments

Comments
 (0)