Skip to content

Commit 3dac6c4

Browse files
committed
f *when necessary
1 parent 60fb2f4 commit 3dac6c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/events/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2161,7 +2161,8 @@ impl Writeable for Event {
21612161
},
21622162
&Event::FundingTransactionReadyForSigning { .. } => {
21632163
49u8.write(writer)?;
2164-
// We never write out FundingTransactionReadyForSigning events as they will be regenerated necessary.
2164+
// We never write out FundingTransactionReadyForSigning events as they will be regenerated when
2165+
// necessary.
21652166
},
21662167
// Note that, going forward, all new events must only write data inside of
21672168
// `write_tlv_fields`. Versions 0.0.101+ will ignore odd-numbered events that write

0 commit comments

Comments
 (0)