Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Sep 6, 2023
1 parent 46c6d1b commit 87e9651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/parachain/src/primitives.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ impl From<i32> for Id {
}
}

// System parachain ID is considered `< 2000`
// System parachain ID is considered `< 2000`.
const SYSTEM_INDEX_END: u32 = 1999;
const PUBLIC_INDEX_START: u32 = 2000;

Expand Down

0 comments on commit 87e9651

Please sign in to comment.