Function frame_system::pallet::dispatchables::set_code_without_checks
source · pub fn set_code_without_checks<T: Config>(code: Vec<u8>)
Expand description
Set the new runtime code without doing any checks of the given code
.
Note that runtime upgrades will not run if this is called with a not-increasing spec version!
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_code_without_checks
.