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
467b608a
Commit
467b608a
authored
Feb 12, 2021
by
asynchronous rob
Browse files
add back remove_announcement
parent
8d12436f
Pipeline
#124003
passed with stages
in 22 minutes and 24 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
runtime/kusama/src/lib.rs
View file @
467b608a
...
...
@@ -918,7 +918,8 @@ impl InstanceFilter<Call> for ProxyType {
Call
::
Utility
(
..
)
),
ProxyType
::
CancelProxy
=>
matches!
(
c
,
Call
::
Proxy
(
pallet_proxy
::
Call
::
reject_announcement
(
..
))
Call
::
Proxy
(
pallet_proxy
::
Call
::
reject_announcement
(
..
))
|
Call
::
Proxy
(
pallet_proxy
::
Call
::
remove_announcement
(
..
))
)
}
}
...
...
runtime/polkadot/src/lib.rs
View file @
467b608a
...
...
@@ -922,7 +922,8 @@ impl InstanceFilter<Call> for ProxyType {
Call
::
Utility
(
..
)
),
ProxyType
::
CancelProxy
=>
matches!
(
c
,
Call
::
Proxy
(
pallet_proxy
::
Call
::
reject_announcement
(
..
))
Call
::
Proxy
(
pallet_proxy
::
Call
::
reject_announcement
(
..
))
|
Call
::
Proxy
(
pallet_proxy
::
Call
::
remove_announcement
(
..
))
)
}
}
...
...
runtime/westend/src/lib.rs
View file @
467b608a
...
...
@@ -649,7 +649,8 @@ impl InstanceFilter<Call> for ProxyType {
Call
::
Utility
(
..
)
),
ProxyType
::
CancelProxy
=>
matches!
(
c
,
Call
::
Proxy
(
pallet_proxy
::
Call
::
reject_announcement
(
..
))
Call
::
Proxy
(
pallet_proxy
::
Call
::
reject_announcement
(
..
))
|
Call
::
Proxy
(
pallet_proxy
::
Call
::
remove_announcement
(
..
))
)
}
}
...
...
Ghost User
@ghost
mentioned in commit
703a7de1
·
Feb 13, 2021
mentioned in commit
703a7de1
mentioned in commit 703a7de1d997334b33ef8f2d658ccbc021cd842e
Toggle commit list
Ghost User
@ghost
mentioned in commit
137e6d63
·
Feb 13, 2021
mentioned in commit
137e6d63
mentioned in commit 137e6d63d920890b191bc41b3addb75f204c569c
Toggle commit list
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