Skip to content

Commit b8abe90

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 bf8525b commit b8abe90

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
@@ -8,9 +8,9 @@ transaction to be included. This includes:
88
chance to be included by the transaction queue.
99

1010
Additionally, this module allows one to configure:
11-
- The mapping between one unit of weight to one unit of fee via [`Trait::WeightToFee`].
11+
- The mapping between one unit of weight to one unit of fee via [`Config::WeightToFee`].
1212
- A means of updating the fee for the next block, via defining a multiplier, based on the
1313
final state of the chain at the end of the previous block. This can be configured via
14-
[`Trait::FeeMultiplierUpdate`]
14+
[`Config::FeeMultiplierUpdate`]
1515

1616
License: Apache-2.0

0 commit comments

Comments
 (0)