mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 16:51:02 +00:00
Avoid an excessive amount of unrelated errors on prior rustc error
`1.into()` -> `ParaId::from(1_u32)` (#5500)
This commit is contained in:
committed by
GitHub
parent
718380119a
commit
b67b7fa355
@@ -17,7 +17,7 @@
|
||||
//! The session info pallet provides information about validator sets
|
||||
//! from prior sessions needed for approvals and disputes.
|
||||
//!
|
||||
//! See https://w3f.github.io/parachain-implementers-guide/runtime/session_info.html.
|
||||
//! See <https://w3f.github.io/parachain-implementers-guide/runtime/session_info.html>.
|
||||
|
||||
use crate::{
|
||||
configuration, paras, scheduler, shared,
|
||||
|
||||
Reference in New Issue
Block a user