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
@@ -3,7 +3,7 @@
|
||||
The Treasury module provides a "pot" of funds that can be managed by stakeholders in the
|
||||
system and a structure for making spending proposals from this pot.
|
||||
|
||||
- [`treasury::Trait`](https://docs.rs/pallet-treasury/latest/pallet_treasury/trait.Trait.html)
|
||||
- [`treasury::Config`](https://docs.rs/pallet-treasury/latest/pallet_treasury/trait.Config.html)
|
||||
- [`Call`](https://docs.rs/pallet-treasury/latest/pallet_treasury/enum.Call.html)
|
||||
|
||||
## Overview
|
||||
@@ -21,7 +21,7 @@ A separate subsystem exists to allow for an agile "tipping" process, whereby a r
|
||||
given without first having a pre-determined stakeholder group come to consensus on how much
|
||||
should be paid.
|
||||
|
||||
A group of `Tippers` is determined through the config `Trait`. After half of these have declared
|
||||
A group of `Tippers` is determined through the config `Config`. After half of these have declared
|
||||
some amount that they believe a particular reported reason deserves, then a countdown period is
|
||||
entered where any remaining members can declare their tip amounts also. After the close of the
|
||||
countdown period, the median of all declared tips is paid to the reported beneficiary, along
|
||||
|
||||
Reference in New Issue
Block a user