diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index bcca43b60280..aa99fe9da674 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -115,7 +115,8 @@ impl Filter for IsCallable { // Parachains stuff Call::Parachains(_) | Call::Attestations(_) | Call::Slots(_) | Call::Registrar(_) | // Balances and Vesting's transfer (which can be used to transfer) - Call::Balances(_) | Call::Vesting(vesting::Call::vested_transfer(..)) => + Call::Balances(_) | Call::Vesting(vesting::Call::vested_transfer(..)) | + Call::Indices(indices::Call::transfer(..)) => false, // These modules are all allowed to be called by transactions: