We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91aa71 commit 9b11d0aCopy full SHA for 9b11d0a
runtime/src/lib.rs
@@ -432,7 +432,7 @@ type EnsureMajoritySenate =
432
pallet_collective::EnsureProportionMoreThan<AccountId, TriumvirateCollective, 1, 2>;
433
434
// We call pallet_collective TriumvirateCollective
435
-pub type TriumvirateCollective = pallet_collective::Instance1;
+type TriumvirateCollective = pallet_collective::Instance1;
436
impl pallet_collective::Config<TriumvirateCollective> for Runtime {
437
type RuntimeOrigin = RuntimeOrigin;
438
type Proposal = RuntimeCall;
0 commit comments