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 @@ -1201,14 +1201,14 @@ impl_writeable_msg!(UpdateFulfillHTLC, {
1201
1201
1202
1202
// Note that this is written as a part of ChannelManager objects, and thus cannot change its
1203
1203
// serialization format in a way which assumes we know the total serialized length/message end
1204
- // position..
1204
+ // position.
1205
1205
impl_writeable ! ( OnionErrorPacket , {
1206
1206
data
1207
1207
} ) ;
1208
1208
1209
1209
// Note that this is written as a part of ChannelManager objects, and thus cannot change its
1210
1210
// serialization format in a way which assumes we know the total serialized length/message end
1211
- // position..
1211
+ // position.
1212
1212
impl Writeable for OnionPacket {
1213
1213
fn write < W : Writer > ( & self , w : & mut W ) -> Result < ( ) , io:: Error > {
1214
1214
self . version . write ( w) ?;
You can’t perform that action at this time.
0 commit comments