Skip to content

Commit

Permalink
bridges subtree fixes (paritytech#2528)
Browse files Browse the repository at this point in the history
  • Loading branch information
serban300 committed Apr 8, 2024
1 parent 4586154 commit 090c3bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bridges/primitives/polkadot-core/src/parachains.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ use parity_util_mem::MallocSizeOf;

/// Parachain id.
///
/// This is an equivalent of the `polkadot_parachain::Id`, which is a compact-encoded `u32`.
/// This is an equivalent of the `polkadot_parachain_primitives::Id`, which is a compact-encoded
/// `u32`.
#[derive(
Clone,
CompactAs,
Expand All @@ -64,7 +65,7 @@ impl From<u32> for ParaId {

/// Parachain head.
///
/// This is an equivalent of the `polkadot_parachain::HeadData`.
/// This is an equivalent of the `polkadot_parachain_primitives::HeadData`.
///
/// The parachain head means (at least in Cumulus) a SCALE-encoded parachain header.
#[derive(
Expand Down

0 comments on commit 090c3bd

Please sign in to comment.