File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Scheduler
2
2
A module for scheduling dispatches.
3
3
4
- - [ ` scheduler::Trait ` ] ( https://docs.rs/pallet-scheduler/latest/pallet_scheduler/trait.Trait .html )
4
+ - [ ` scheduler::Config ` ] ( https://docs.rs/pallet-scheduler/latest/pallet_scheduler/trait.Config .html )
5
5
- [ ` Call ` ] ( https://docs.rs/pallet-scheduler/latest/pallet_scheduler/enum.Call.html )
6
6
- [ ` Module ` ] ( https://docs.rs/pallet-scheduler/latest/pallet_scheduler/struct.Module.html )
7
7
@@ -12,7 +12,7 @@ specified block number or at a specified period. These scheduled dispatches
12
12
may be named or anonymous and may be canceled.
13
13
14
14
** NOTE:** The scheduled calls will be dispatched with the default filter
15
- for the origin: namely ` frame_system::Trait ::BaseCallFilter ` for all origin
15
+ for the origin: namely ` frame_system::Config ::BaseCallFilter ` for all origin
16
16
except root which will get no filter. And not the filter contained in origin
17
17
use to call ` fn schedule ` .
18
18
You can’t perform that action at this time.
0 commit comments