mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 06:21:11 +00:00
Updtae constraint (#1187)
This commit is contained in:
@@ -115,7 +115,8 @@ impl Filter<Call> for IsCallable {
|
|||||||
// Parachains stuff
|
// Parachains stuff
|
||||||
Call::Parachains(_) | Call::Attestations(_) | Call::Slots(_) | Call::Registrar(_) |
|
Call::Parachains(_) | Call::Attestations(_) | Call::Slots(_) | Call::Registrar(_) |
|
||||||
// Balances and Vesting's transfer (which can be used to transfer)
|
// 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,
|
false,
|
||||||
|
|
||||||
// These modules are all allowed to be called by transactions:
|
// These modules are all allowed to be called by transactions:
|
||||||
|
|||||||
Reference in New Issue
Block a user