We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5ac3a commit d63aa33Copy full SHA for d63aa33
runtime/src/lib.rs
@@ -331,6 +331,7 @@ impl Contains<RuntimeCall> for SafeModeWhitelistedCalls {
331
| pallet_subtensor::Call::sudo { .. }
332
| pallet_subtensor::Call::sudo_unchecked_weight { .. }
333
| pallet_subtensor::Call::swap_hotkey { .. }
334
+ | pallet_subtensor::Call::unstake_all_and_transfer_to_new_coldkey { .. }
335
| pallet_subtensor::Call::vote { .. }
336
)
337
0 commit comments