Test CC1 spec (#1154)

* Test CC1 spec

* Adaptive default chainspec
This commit is contained in:
Gavin Wood
2020-05-26 16:21:11 +02:00
committed by GitHub
parent 57c2ded955
commit 7889aaa4a7
3 changed files with 11652 additions and 11638 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ impl Filter<Call> for IsCallable {
fn filter(call: &Call) -> bool {
match call {
Call::Parachains(parachains::Call::set_heads(..)) => true,
// Governance stuff
Call::Democracy(_) | Call::Council(_) | Call::TechnicalCommittee(_) |
Call::ElectionsPhragmen(_) | Call::TechnicalMembership(_) | Call::Treasury(_) |