Skip to content

Commit d63aa33

Browse files
committed
add unstake all and transfer to safe mode
1 parent 5b5ac3a commit d63aa33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ impl Contains<RuntimeCall> for SafeModeWhitelistedCalls {
331331
| pallet_subtensor::Call::sudo { .. }
332332
| pallet_subtensor::Call::sudo_unchecked_weight { .. }
333333
| pallet_subtensor::Call::swap_hotkey { .. }
334+
| pallet_subtensor::Call::unstake_all_and_transfer_to_new_coldkey { .. }
334335
| pallet_subtensor::Call::vote { .. }
335336
)
336337
)

0 commit comments

Comments
 (0)