Skip to content

Commit 4d3ec53

Browse files
committed
add todo comment
1 parent 61ee18a commit 4d3ec53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ibc-eureka-core/ics04-channel/src/handler/send_packet.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ pub fn send_packet_validate(
8181
// TODO(rano): include full channel identifier in the path
8282
let seq_send_path_on_a = SeqSendPath::new(
8383
channel_source_client_on_target.as_ref(),
84+
// todo(rano): use ascii encoding of the bytes
8485
&format!("{source_prefix:?}"),
8586
channel_target_client_on_source.as_ref(),
8687
&format!("{target_prefix:?}"),

0 commit comments

Comments
 (0)