mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 09:51:02 +00:00
move signed extension stuff from prolkadot-core primitives to bridge-hub-cumulus-primitives (#1968)
This commit is contained in:
committed by
Bastian Köcher
parent
74b0eca59c
commit
62480cf9db
@@ -133,7 +133,9 @@ impl Parachain for RialtoParachain {
|
||||
const PARACHAIN_ID: u32 = RIALTO_PARACHAIN_ID;
|
||||
}
|
||||
|
||||
pub use bp_polkadot_core::DefaultSignedExtension as SignedExtension;
|
||||
// Technically this is incorrect, because rialto-parachain isn't a bridge hub, but we're
|
||||
// trying to keep it close to the bridge hubs code (at least in this aspect).
|
||||
pub use bp_bridge_hub_cumulus::SignedExtension;
|
||||
|
||||
frame_support::parameter_types! {
|
||||
pub BlockLength: limits::BlockLength =
|
||||
|
||||
Reference in New Issue
Block a user