Skip to content

Commit 41cf0c2

Browse files
committed
f bogus ..
1 parent a165c01 commit 41cf0c2

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
@@ -1232,14 +1232,14 @@ impl_writeable_msg!(UpdateFulfillHTLC, {
12321232

12331233
// Note that this is written as a part of ChannelManager objects, and thus cannot change its
12341234
// serialization format in a way which assumes we know the total serialized length/message end
1235-
// position..
1235+
// position.
12361236
impl_writeable!(OnionErrorPacket, {
12371237
data
12381238
});
12391239

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

0 commit comments

Comments
 (0)