Skip to content

Commit cdd28da

Browse files
committed
src chan id is of a
1 parent 36deae7 commit cdd28da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relayer/crates/starknet-chain-components/src/impls/packet_fields.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ where
1414
+ HasChannelIdType<Counterparty, ChannelId = ChannelId>,
1515
{
1616
fn packet_src_channel_id(packet: &Packet) -> ChannelId {
17-
packet.chan_id_on_b.clone()
17+
packet.chan_id_on_a.clone()
1818
}
1919
}

0 commit comments

Comments
 (0)