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, {
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.
12361236impl_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.
12431243impl Writeable for OnionPacket {
12441244 fn write < W : Writer > ( & self , w : & mut W ) -> Result < ( ) , io:: Error > {
12451245 self . version . write ( w) ?;
You can’t perform that action at this time.
0 commit comments