Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
add disputes call to Rococo (#3993)
Browse files Browse the repository at this point in the history
  • Loading branch information
rphmeier authored Oct 1, 2021
1 parent fae4bfa commit 965fc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/rococo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ construct_runtime! {
Ump: parachains_ump::{Pallet, Call, Storage, Event},
Hrmp: parachains_hrmp::{Pallet, Call, Storage, Event<T>, Config},
ParaSessionInfo: parachains_session_info::{Pallet, Storage},
ParasDisputes: parachains_disputes::{Pallet, Storage, Event<T>},
ParasDisputes: parachains_disputes::{Pallet, Call, Storage, Event<T>},

// Parachain Onboarding Pallets
Registrar: paras_registrar::{Pallet, Call, Storage, Event<T>, Config},
Expand Down

0 comments on commit 965fc57

Please sign in to comment.