Skip to content

Commit 405e293

Browse files
authored
Renames of Trait to Config in README.md, weight templates and few minor ones (#7636)
* manual rename * renamse in README.md * fix template
1 parent f8bfc89 commit 405e293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Scheduler
22
A module for scheduling dispatches.
33

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)
55
- [`Call`](https://docs.rs/pallet-scheduler/latest/pallet_scheduler/enum.Call.html)
66
- [`Module`](https://docs.rs/pallet-scheduler/latest/pallet_scheduler/struct.Module.html)
77

@@ -12,7 +12,7 @@ specified block number or at a specified period. These scheduled dispatches
1212
may be named or anonymous and may be canceled.
1313

1414
**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
1616
except root which will get no filter. And not the filter contained in origin
1717
use to call `fn schedule`.
1818

0 commit comments

Comments
 (0)