File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
system-parachains/asset-hubs Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -1786,10 +1786,11 @@ impl pallet_state_trie_migration::Config for Runtime {
17861786 type RuntimeHoldReason = RuntimeHoldReason ;
17871787 type SignedDepositPerItem = MigrationSignedDepositPerItem ;
17881788 type SignedDepositBase = MigrationSignedDepositBase ;
1789- // An origin that can control the whole pallet: Should be a Fellowship member or the controller of the migration.
1789+ // An origin that can control the whole pallet: Should be a Fellowship member or the controller
1790+ // of the migration.
17901791 type ControlOrigin = EitherOfDiverse <
17911792 EnsureXcm < IsVoiceOfBody < FellowshipLocation , FellowsBodyId > > ,
1792- EnsureSignedBy < MigControllerRoot , AccountId >
1793+ EnsureSignedBy < MigControllerRoot , AccountId > ,
17931794 > ;
17941795 type SignedFilter = EnsureSignedBy < MigController , AccountId > ;
17951796
Original file line number Diff line number Diff line change @@ -1765,10 +1765,11 @@ 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 a Fellowship member or the controller of the migration.
1768+ // An origin that can control the whole pallet: Should be a Fellowship member or the controller
1769+ // of the migration.
17691770 type ControlOrigin = EitherOfDiverse <
17701771 EnsureXcm < IsVoiceOfBody < FellowshipLocation , FellowsBodyId > > ,
1771- EnsureSignedBy < MigControllerRoot , AccountId >
1772+ EnsureSignedBy < MigControllerRoot , AccountId > ,
17721773 > ;
17731774 type SignedFilter = EnsureSignedBy < MigController , AccountId > ;
17741775
You can’t perform that action at this time.
0 commit comments