File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
system-parachains/asset-hubs/asset-hub-polkadot/src Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -1765,11 +1765,8 @@ impl pallet_state_trie_migration::Config for Runtime {
17651765 type RuntimeHoldReason = RuntimeHoldReason ;
17661766 type SignedDepositPerItem = MigrationSignedDepositPerItem ;
17671767 type SignedDepositBase = MigrationSignedDepositBase ;
1768- // An origin that can control the whole pallet: should be Root, or the fellowship.
1769- type ControlOrigin = EitherOfDiverse <
1770- EnsureRoot < AccountId > ,
1771- EnsureXcm < IsVoiceOfBody < FellowshipLocation , FellowsBodyId > > ,
1772- > ;
1768+ // An origin that can control the whole pallet.
1769+ type ControlOrigin = EnsureSigned < MigController , AccountId > ;
17731770 type SignedFilter = EnsureSignedBy < MigController , AccountId > ;
17741771
17751772 // Replace this with weight based on your runtime.
You can’t perform that action at this time.
0 commit comments