Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpolaczyk committed Nov 25, 2024
1 parent 63bebcc commit d6f217c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions solo-chains/runtime/dancelight/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,16 +220,13 @@ pub enum AggregateMessageOrigin {
#[codec(index = 0)]
Ump(UmpQueueId),

/// The message came from a snowbridge channel. It will be processed by `snowbridge_pallet_outbound_queue`.
#[codec(index = 1)]
/// The message came from a snowbridge channel.
///
/// This is used by Snowbridge inbound queue.
Snowbridge(ChannelId),

/// The message came from a snowbridge channel, and it's a custom message that only exists in Tanssi.
/// This will be processed by `CustomProcessSnowbridgeMessage`.
#[codec(index = 2)]
/// The message came from a snowbridge channel.
///
/// This is used by Snowbridge inbound queue.
SnowbridgeTanssi(ChannelId),
}

Expand Down

0 comments on commit d6f217c

Please sign in to comment.