File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1232,14 +1232,14 @@ impl_writeable_msg!(UpdateFulfillHTLC, {
1232
1232
1233
1233
// Note that this is written as a part of ChannelManager objects, and thus cannot change its
1234
1234
// serialization format in a way which assumes we know the total serialized length/message end
1235
- // position..
1235
+ // position.
1236
1236
impl_writeable ! ( OnionErrorPacket , {
1237
1237
data
1238
1238
} ) ;
1239
1239
1240
1240
// Note that this is written as a part of ChannelManager objects, and thus cannot change its
1241
1241
// serialization format in a way which assumes we know the total serialized length/message end
1242
- // position..
1242
+ // position.
1243
1243
impl Writeable for OnionPacket {
1244
1244
fn write < W : Writer > ( & self , w : & mut W ) -> Result < ( ) , io:: Error > {
1245
1245
self . version . write ( w) ?;
You can’t perform that action at this time.
0 commit comments