mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-01 05:41:03 +00:00
XCM: Replace council XCM origin with general admin (#7633)
* XCM: Replace council XCM origin with general admin * Fixes * Fixes * Update runtime/polkadot/src/xcm_config.rs Co-authored-by: ordian <write@reusable.software> * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: ordian <write@reusable.software> Co-authored-by: command-bot <>
This commit is contained in:
@@ -385,7 +385,7 @@ pub type LocalPalletOriginToLocation = (
|
||||
|
||||
impl pallet_xcm::Config for Runtime {
|
||||
type RuntimeEvent = RuntimeEvent;
|
||||
// We only allow the root, the council, fellows and the staking admin to send messages.
|
||||
// We only allow the root, fellows and the staking admin to send messages.
|
||||
// This is basically safe to enable for everyone (safe the possibility of someone spamming the
|
||||
// parachain if they're willing to pay the KSM to send from the Relay-chain), but it's useless
|
||||
// until we bring in XCM v3 which will make `DescendOrigin` a bit more useful.
|
||||
|
||||
Reference in New Issue
Block a user