Introduce OnSetCode type into system config trait. (#8496)

* Introduce OnSetCode type into system config trait.

* Docs.

* Fixes

* Fixes
This commit is contained in:
Gavin Wood
2021-04-01 14:20:24 +02:00
committed by GitHub
parent 34458e9b9c
commit 643d2b669f
65 changed files with 85 additions and 4 deletions
+1
View File
@@ -213,6 +213,7 @@ impl frame_system::Config for Runtime {
type OnKilledAccount = ();
type SystemWeightInfo = frame_system::weights::SubstrateWeight<Runtime>;
type SS58Prefix = SS58Prefix;
type OnSetCode = ();
}
impl pallet_utility::Config for Runtime {