pub fn resume_normal_operation<T: Config>()
Expand description
Return the chain to normal operating mode
Weight cost is:
- One DB read to ensure we’re in maintenance mode
- Three DB writes - 1 for the mode, 1 for resuming xcm execution, 1 for the event
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::resume_normal_operation
.