X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Futil%2Fevents.rs;h=375174f6f6afa86c556c6804586adfa52020844a;hb=db0d6ecdbbde48e77ae458e904099a4a973d1511;hp=2c7e5413dafff9d9f027eab116d0967faae6ed2e;hpb=4a0010d7393bb32305bdb3d859735b7b563462eb;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)?;