mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 21:21:06 +00:00
Introduce SubmitOrigin to Referenda pallet config (#11567)
This commit is contained in:
@@ -215,6 +215,7 @@ impl Config for Test {
|
||||
type Event = Event;
|
||||
type Scheduler = Scheduler;
|
||||
type Currency = pallet_balances::Pallet<Self>;
|
||||
type SubmitOrigin = frame_system::EnsureSigned<u64>;
|
||||
type CancelOrigin = EnsureSignedBy<Four, u64>;
|
||||
type KillOrigin = EnsureRoot<u64>;
|
||||
type Slash = ();
|
||||
|
||||
Reference in New Issue
Block a user