mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 22:11:06 +00:00
Renames of Trait to Config in README.md, weight templates and few minor ones (#7636)
* manual rename * renamse in README.md * fix template
This commit is contained in:
committed by
GitHub
parent
35efc8e4b0
commit
15b0dece54
@@ -1,7 +1,7 @@
|
||||
# Scheduler
|
||||
A module for scheduling dispatches.
|
||||
|
||||
- [`scheduler::Trait`](https://docs.rs/pallet-scheduler/latest/pallet_scheduler/trait.Trait.html)
|
||||
- [`scheduler::Config`](https://docs.rs/pallet-scheduler/latest/pallet_scheduler/trait.Config.html)
|
||||
- [`Call`](https://docs.rs/pallet-scheduler/latest/pallet_scheduler/enum.Call.html)
|
||||
- [`Module`](https://docs.rs/pallet-scheduler/latest/pallet_scheduler/struct.Module.html)
|
||||
|
||||
@@ -12,7 +12,7 @@ specified block number or at a specified period. These scheduled dispatches
|
||||
may be named or anonymous and may be canceled.
|
||||
|
||||
**NOTE:** The scheduled calls will be dispatched with the default filter
|
||||
for the origin: namely `frame_system::Trait::BaseCallFilter` for all origin
|
||||
for the origin: namely `frame_system::Config::BaseCallFilter` for all origin
|
||||
except root which will get no filter. And not the filter contained in origin
|
||||
use to call `fn schedule`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user