Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
cc7f6bfe
Unverified
Commit
cc7f6bfe
authored
Jun 02, 2020
by
Gavin Wood
Committed by
GitHub
Jun 02, 2020
Browse files
Updtae constraint (#1187)
parent
162486cd
Pipeline
#95015
passed with stages
in 23 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
runtime/polkadot/src/lib.rs
View file @
cc7f6bfe
...
...
@@ -115,7 +115,8 @@ impl Filter<Call> 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:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment