Skip to content
Snippets Groups Projects
Commit 4dd35b63 authored by Serban Iorga's avatar Serban Iorga Committed by Bastian Köcher
Browse files

bridges subtree fixes (#2528)

parent 91e5fc1e
Branches
No related merge requests found
......@@ -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,
......@@ -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(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment