X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Futil%2Fevents.rs;h=375174f6f6afa86c556c6804586adfa52020844a;hb=aee9952ea3d519611ff151599421cd3421d418d0;hp=2c7e5413dafff9d9f027eab116d0967faae6ed2e;hpb=eea56e967ff5f5fc903ce22c1b61415ccd48993e;p=rust-lightning diff --git a/lightning/src/util/events.rs b/lightning/src/util/events.rs index 2c7e5413..375174f6 100644 --- a/lightning/src/util/events.rs +++ b/lightning/src/util/events.rs @@ -1125,6 +1125,7 @@ impl Writeable for Event { BumpTransactionEvent::ChannelClose { .. } => {} BumpTransactionEvent::HTLCResolution { .. } => {} } + write_tlv_fields!(writer, {}); // Write a length field for forwards compat } &Event::ChannelReady { ref channel_id, ref user_channel_id, ref counterparty_node_id, ref channel_type } => { 29u8.write(writer)?;