pub fn authorize_upgrade_without_checks<T: Config>(code_hash: T::Hash)
Expand description
Authorize an upgrade to a given code_hash
for the runtime. The runtime can be supplied
later.
WARNING: This authorizes an upgrade that will take place without any safety checks, for
example that the spec name remains the same and that the version number increases. Not
recommended for normal use. Use authorize_upgrade
instead.
This call requires Root origin.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::authorize_upgrade_without_checks
.