Skip to content

Commit

Permalink
Expose AuthorFilter Call enum (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea212 authored Jul 11, 2022
1 parent bc161eb commit 899ed47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ macro_rules! create_zeitgeist_runtime_with_additional_pallets {
// Consensus
ParachainStaking: parachain_staking::{Call, Config<T>, Event<T>, Pallet, Storage} = 110,
AuthorInherent: pallet_author_inherent::{Call, Inherent, Pallet, Storage} = 111,
AuthorFilter: pallet_author_slot_filter::{Config, Event, Pallet, Storage} = 112,
AuthorFilter: pallet_author_slot_filter::{Call, Config, Event, Pallet, Storage} = 112,
AuthorMapping: pallet_author_mapping::{Call, Config<T>, Event<T>, Pallet, Storage} = 113,

// XCM
Expand Down Expand Up @@ -320,6 +320,7 @@ cfg_if::cfg_if! {
Call::AdvisoryCommittee(_)
| Call::AdvisoryCommitteeMembership(_)
| Call::AuthorInherent(_)
| Call::AuthorFilter(_)
| Call::AuthorMapping(_)
| Call::Balances(_)
| Call::Council(_)
Expand Down

0 comments on commit 899ed47

Please sign in to comment.