We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fb2f4 commit 3dac6c4Copy full SHA for 3dac6c4
lightning/src/events/mod.rs
@@ -2161,7 +2161,8 @@ impl Writeable for Event {
2161
},
2162
&Event::FundingTransactionReadyForSigning { .. } => {
2163
49u8.write(writer)?;
2164
- // We never write out FundingTransactionReadyForSigning events as they will be regenerated necessary.
+ // We never write out FundingTransactionReadyForSigning events as they will be regenerated when
2165
+ // necessary.
2166
2167
// Note that, going forward, all new events must only write data inside of
2168
// `write_tlv_fields`. Versions 0.0.101+ will ignore odd-numbered events that write
0 commit comments