We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a165c01 commit 41cf0c2Copy full SHA for 41cf0c2
lightning/src/ln/msgs.rs
@@ -1232,14 +1232,14 @@ impl_writeable_msg!(UpdateFulfillHTLC, {
1232
1233
// Note that this is written as a part of ChannelManager objects, and thus cannot change its
1234
// serialization format in a way which assumes we know the total serialized length/message end
1235
-// position..
+// position.
1236
impl_writeable!(OnionErrorPacket, {
1237
data
1238
});
1239
1240
1241
1242
1243
impl Writeable for OnionPacket {
1244
fn write<W: Writer>(&self, w: &mut W) -> Result<(), io::Error> {
1245
self.version.write(w)?;
0 commit comments