Skip to content

Commit

Permalink
add unstake all and transfer to safe mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gztensor committed Jul 5, 2024
1 parent 5b5ac3a commit d63aa33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ impl Contains<RuntimeCall> for SafeModeWhitelistedCalls {
| pallet_subtensor::Call::sudo { .. }
| pallet_subtensor::Call::sudo_unchecked_weight { .. }
| pallet_subtensor::Call::swap_hotkey { .. }
| pallet_subtensor::Call::unstake_all_and_transfer_to_new_coldkey { .. }
| pallet_subtensor::Call::vote { .. }
)
)
Expand Down

0 comments on commit d63aa33

Please sign in to comment.