mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 12:11:09 +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
@@ -8,9 +8,9 @@ transaction to be included. This includes:
|
||||
chance to be included by the transaction queue.
|
||||
|
||||
Additionally, this module allows one to configure:
|
||||
- The mapping between one unit of weight to one unit of fee via [`Trait::WeightToFee`].
|
||||
- The mapping between one unit of weight to one unit of fee via [`Config::WeightToFee`].
|
||||
- A means of updating the fee for the next block, via defining a multiplier, based on the
|
||||
final state of the chain at the end of the previous block. This can be configured via
|
||||
[`Trait::FeeMultiplierUpdate`]
|
||||
[`Config::FeeMultiplierUpdate`]
|
||||
|
||||
License: Apache-2.0
|
||||
Reference in New Issue
Block a user