Companion for OnSetCode #8496 (#2794)

* Make build with OnSetCode

* Fixes

* update Substrate

Co-authored-by: parity-processbot <>
This commit is contained in:
Gavin Wood
2021-04-01 15:19:57 +02:00
committed by GitHub
parent 5b77a89874
commit a960e2ff6d
25 changed files with 176 additions and 154 deletions
@@ -199,6 +199,7 @@ impl frame_system::Config for Runtime {
type DbWeight = DbWeight;
/// The designated SS58 prefix of this chain.
type SS58Prefix = SS58Prefix;
type OnSetCode = ();
}
impl pallet_aura::Config for Runtime {
@@ -207,6 +207,7 @@ impl frame_system::Config for Runtime {
type DbWeight = DbWeight;
/// The designated SS58 prefix of this chain.
type SS58Prefix = SS58Prefix;
type OnSetCode = ();
}
impl pallet_aura::Config for Runtime {