Skip to content

Commit

Permalink
Merge pull request #348 from c410-f3r/rpc
Browse files Browse the repository at this point in the history
Allow external calls for the authorized and court pallets
  • Loading branch information
c410-f3r authored Oct 9, 2021
2 parents 15b6d75 + 7eb501a commit 928f712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ macro_rules! create_zeitgeist_runtime {

// Zeitgeist
MarketCommons: zrml_market_commons::{Pallet, Storage} = 40,
Authorized: zrml_authorized::{Event<T>, Pallet, Storage} = 41,
Court: zrml_court::{Event<T>, Pallet, Storage} = 42,
Authorized: zrml_authorized::{Call, Event<T>, Pallet, Storage} = 41,
Court: zrml_court::{Call, Event<T>, Pallet, Storage} = 42,
LiquidityMining: zrml_liquidity_mining::{Call, Config<T>, Event<T>, Pallet, Storage} = 43,
RikiddoSigmoidFeeMarketEma: zrml_rikiddo::<Instance1>::{Pallet, Storage} = 44,
SimpleDisputes: zrml_simple_disputes::{Event<T>, Pallet, Storage} = 45,
Expand Down

0 comments on commit 928f712

Please sign in to comment.