Skip to content

Commit

Permalink
enable more pallets (#1175)
Browse files Browse the repository at this point in the history
* enable more pallets

* fix
  • Loading branch information
xlc authored Jul 5, 2021
1 parent 5f2624f commit 02fd208
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions runtime/karura/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,11 @@ impl Filter<Call> for BaseCallFilter {
// Oracle
Call::AcalaOracle(_) | Call::OperatorMembershipAcala(_) |
// Democracy
Call::Democracy(_) |
Call::Democracy(_) | Call::Treasury(_) | Call::Bounties(_) | Call::Tips(_) |
// Collactor Selection
Call::CollatorSelection(_) | Call::Session(_)
Call::CollatorSelection(_) | Call::Session(_) |
// Vesting
Call::Vesting(_)
)
}
}
Expand Down

0 comments on commit 02fd208

Please sign in to comment.