mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
One node two runtimes (#191)
* One node two runtimes This enables the rococo-collator to run the normal and the contracts runtime. * Fix tests
This commit is contained in:
@@ -25,7 +25,7 @@ use cumulus_primitives::ParaId;
|
||||
/// Configuration trait of this pallet.
|
||||
pub trait Trait: frame_system::Trait {}
|
||||
|
||||
impl <T: Trait> Get<ParaId> for Module<T> {
|
||||
impl<T: Trait> Get<ParaId> for Module<T> {
|
||||
fn get() -> ParaId {
|
||||
Self::parachain_id()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user