Skip to content

Commit 09d45ce

Browse files
committed
f bogus ..
1 parent 9eb78b7 commit 09d45ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/msgs.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,14 +1201,14 @@ impl_writeable_msg!(UpdateFulfillHTLC, {
12011201

12021202
// Note that this is written as a part of ChannelManager objects, and thus cannot change its
12031203
// serialization format in a way which assumes we know the total serialized length/message end
1204-
// position..
1204+
// position.
12051205
impl_writeable!(OnionErrorPacket, {
12061206
data
12071207
});
12081208

12091209
// Note that this is written as a part of ChannelManager objects, and thus cannot change its
12101210
// serialization format in a way which assumes we know the total serialized length/message end
1211-
// position..
1211+
// position.
12121212
impl Writeable for OnionPacket {
12131213
fn write<W: Writer>(&self, w: &mut W) -> Result<(), io::Error> {
12141214
self.version.write(w)?;

0 commit comments

Comments
 (0)