We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ee18a commit 4d3ec53Copy full SHA for 4d3ec53
ibc-eureka-core/ics04-channel/src/handler/send_packet.rs
@@ -81,6 +81,7 @@ pub fn send_packet_validate(
81
// TODO(rano): include full channel identifier in the path
82
let seq_send_path_on_a = SeqSendPath::new(
83
channel_source_client_on_target.as_ref(),
84
+ // todo(rano): use ascii encoding of the bytes
85
&format!("{source_prefix:?}"),
86
channel_target_client_on_source.as_ref(),
87
&format!("{target_prefix:?}"),
0 commit comments