Skip to content

Commit

Permalink
allow council to set faucet reserve amount (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi authored Sep 1, 2023
1 parent 09bffea commit 4759e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot-parachains/encointer-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ impl pallet_encointer_reputation_commitments::Config for Runtime {

impl pallet_encointer_faucet::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type ControllerOrigin = EnsureRoot<AccountId>;
type ControllerOrigin = MoreThanHalfCouncil;
type Currency = Balances;
type PalletId = FaucetPalletId;
type WeightInfo = weights::pallet_encointer_faucet::WeightInfo<Runtime>;
Expand Down

0 comments on commit 4759e89

Please sign in to comment.