Skip to content

Commit

Permalink
Colon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Oct 5, 2020
1 parent 44c90ba commit 2fa84d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ impl pallet_treasury::Trait for Runtime {
EnsureRoot<AccountId>,
pallet_collective::EnsureProportionAtLeast<_3, _5, AccountId, CouncilCollective>
>;
type RejectOrigin = EnsureRootOrHalfCouncil
type RejectOrigin = EnsureRootOrHalfCouncil;
type Tippers = Elections;
type TipCountdown = TipCountdown;
type TipFindersFee = TipFindersFee;
Expand Down

0 comments on commit 2fa84d2

Please sign in to comment.