diff --git a/runtime/karura/src/lib.rs b/runtime/karura/src/lib.rs index 810150922e..36a09dfc83 100644 --- a/runtime/karura/src/lib.rs +++ b/runtime/karura/src/lib.rs @@ -206,9 +206,11 @@ impl Filter 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(_) ) } }