Substrate Companion for #9552 (#3834)

* Prepare for wasmtime 0.29

* update Substrate

* Use Pallet

Co-authored-by: parity-processbot <>
This commit is contained in:
Bastian Köcher
2021-09-29 15:29:33 +02:00
committed by GitHub
parent d19b1de5f0
commit c752b5d61b
3 changed files with 235 additions and 255 deletions
@@ -20,7 +20,7 @@ use frame_support::{decl_error, decl_event, decl_module, decl_storage, traits::E
use sp_staking::SessionIndex;
use sp_std::vec::Vec;
type Session<T> = pallet_session::Module<T>;
type Session<T> = pallet_session::Pallet<T>;
/// Configuration for the parachain proposer.
pub trait Config: pallet_session::Config {