@@ -554,9 +554,9 @@ impl SendPacket {
554554 timeout_height_attr_on_b : packet. header . timeout_height_on_b . into ( ) ,
555555 timeout_timestamp_attr_on_b : packet. header . timeout_timestamp_on_b . into ( ) ,
556556 seq_attr_on_a : packet. header . seq_on_a . into ( ) ,
557- port_id_attr_on_a : payload. header . source_port . 1 . into ( ) ,
557+ port_id_attr_on_a : payload. header . source_port . into ( ) ,
558558 chan_id_attr_on_a : packet. header . target_client_on_source . into ( ) ,
559- port_id_attr_on_b : payload. header . target_port . 1 . into ( ) ,
559+ port_id_attr_on_b : payload. header . target_port . into ( ) ,
560560 chan_id_attr_on_b : packet. header . source_client_on_target . into ( ) ,
561561 }
562562 }
@@ -652,9 +652,9 @@ impl ReceivePacket {
652652 timeout_height_attr_on_b : packet. header . timeout_height_on_b . into ( ) ,
653653 timeout_timestamp_attr_on_b : packet. header . timeout_timestamp_on_b . into ( ) ,
654654 seq_attr_on_a : packet. header . seq_on_a . into ( ) ,
655- port_id_attr_on_a : payload. header . source_port . 1 . into ( ) ,
655+ port_id_attr_on_a : payload. header . source_port . into ( ) ,
656656 chan_id_attr_on_a : packet. header . target_client_on_source . into ( ) ,
657- port_id_attr_on_b : payload. header . target_port . 1 . into ( ) ,
657+ port_id_attr_on_b : payload. header . target_port . into ( ) ,
658658 chan_id_attr_on_b : packet. header . source_client_on_target . into ( ) ,
659659 }
660660 }
@@ -751,9 +751,9 @@ impl WriteAcknowledgement {
751751 timeout_height_attr_on_b : packet. header . timeout_height_on_b . into ( ) ,
752752 timeout_timestamp_attr_on_b : packet. header . timeout_timestamp_on_b . into ( ) ,
753753 seq_attr_on_a : packet. header . seq_on_a . into ( ) ,
754- port_id_attr_on_a : payload. header . source_port . 1 . into ( ) ,
754+ port_id_attr_on_a : payload. header . source_port . into ( ) ,
755755 chan_id_attr_on_a : packet. header . target_client_on_source . into ( ) ,
756- port_id_attr_on_b : payload. header . target_port . 1 . into ( ) ,
756+ port_id_attr_on_b : payload. header . target_port . into ( ) ,
757757 chan_id_attr_on_b : packet. header . source_client_on_target . into ( ) ,
758758 acknowledgement : acknowledgement. into ( ) ,
759759 }
@@ -853,9 +853,9 @@ impl AcknowledgePacket {
853853 timeout_height_attr_on_b : packet. header . timeout_height_on_b . into ( ) ,
854854 timeout_timestamp_attr_on_b : packet. header . timeout_timestamp_on_b . into ( ) ,
855855 seq_on_a : packet. header . seq_on_a . into ( ) ,
856- port_id_attr_on_a : payload. header . source_port . 1 . into ( ) ,
856+ port_id_attr_on_a : payload. header . source_port . into ( ) ,
857857 chan_id_attr_on_a : packet. header . target_client_on_source . into ( ) ,
858- port_id_attr_on_b : payload. header . target_port . 1 . into ( ) ,
858+ port_id_attr_on_b : payload. header . target_port . into ( ) ,
859859 chan_id_attr_on_b : packet. header . source_client_on_target . into ( ) ,
860860 }
861861 }
@@ -943,9 +943,9 @@ impl TimeoutPacket {
943943 timeout_height_attr_on_b : packet. header . timeout_height_on_b . into ( ) ,
944944 timeout_timestamp_attr_on_b : packet. header . timeout_timestamp_on_b . into ( ) ,
945945 seq_attr_on_a : packet. header . seq_on_a . into ( ) ,
946- port_id_attr_on_a : payload. header . source_port . 1 . into ( ) ,
946+ port_id_attr_on_a : payload. header . source_port . into ( ) ,
947947 chan_id_attr_on_a : packet. header . target_client_on_source . into ( ) ,
948- port_id_attr_on_b : payload. header . target_port . 1 . into ( ) ,
948+ port_id_attr_on_b : payload. header . target_port . into ( ) ,
949949 chan_id_attr_on_b : packet. header . source_client_on_target . into ( ) ,
950950 }
951951 }
0 commit comments