@@ -264,6 +264,7 @@ impl CollectiveInterface<AccountId, H256, u32> for TriumvirateVotes {
264
264
}
265
265
266
266
// We call pallet_collective TriumvirateCollective
267
+ #[ allow( dead_code) ]
267
268
type TriumvirateCollective = pallet_collective:: Instance1 ;
268
269
impl pallet_collective:: Config < TriumvirateCollective > for Test {
269
270
type RuntimeOrigin = RuntimeOrigin ;
@@ -281,6 +282,7 @@ impl pallet_collective::Config<TriumvirateCollective> for Test {
281
282
}
282
283
283
284
// We call council members Triumvirate
285
+ #[ allow( dead_code) ]
284
286
type TriumvirateMembership = pallet_membership:: Instance1 ;
285
287
impl pallet_membership:: Config < TriumvirateMembership > for Test {
286
288
type RuntimeEvent = RuntimeEvent ;
@@ -297,6 +299,7 @@ impl pallet_membership::Config<TriumvirateMembership> for Test {
297
299
298
300
// This is a dummy collective instance for managing senate members
299
301
// Probably not the best solution, but fastest implementation
302
+ #[ allow( dead_code) ]
300
303
type SenateCollective = pallet_collective:: Instance2 ;
301
304
impl pallet_collective:: Config < SenateCollective > for Test {
302
305
type RuntimeOrigin = RuntimeOrigin ;
@@ -314,6 +317,7 @@ impl pallet_collective::Config<SenateCollective> for Test {
314
317
}
315
318
316
319
// We call our top K delegates membership Senate
320
+ #[ allow( dead_code) ]
317
321
type SenateMembership = pallet_membership:: Instance2 ;
318
322
impl pallet_membership:: Config < SenateMembership > for Test {
319
323
type RuntimeEvent = RuntimeEvent ;
0 commit comments