diff --git a/runtime/calamari/src/lib.rs b/runtime/calamari/src/lib.rs index d5c78741e..60bf95876 100644 --- a/runtime/calamari/src/lib.rs +++ b/runtime/calamari/src/lib.rs @@ -221,6 +221,8 @@ impl Contains for BaseFilter { match call { // Explicitly DISALLOWED calls ( Pallet user extrinsics we don't want used WITH REASONING ) | Call::Assets(_) // Filter Assets. Assets should only be accessed by AssetManager. + // It's a call only for vesting crowdloan contributors' token, normal user should not use it. + | Call::CalamariVesting(calamari_vesting::Call::vested_transfer {..}) // For now disallow public proposal workflows, treasury workflows, // as well as external_propose and external_propose_majority. | Call::Democracy(