Merge PR #3683: spec-spec update, spec file reorg, TOC updates
* spec reorg * ... * PENDING.md * @alexanderbez comments
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## State
|
||||
# State
|
||||
|
||||
### Minter
|
||||
## Minter
|
||||
|
||||
The minter is a space for holding current inflation information.
|
||||
|
||||
@@ -13,7 +13,7 @@ type Minter struct {
|
||||
}
|
||||
```
|
||||
|
||||
### Params
|
||||
## Params
|
||||
|
||||
Minting params are held in the global params store.
|
||||
|
||||
@@ -1,4 +1,11 @@
|
||||
# Mint Specification
|
||||
|
||||
- [State](./state.md)
|
||||
- [Begin Block](./begin_block.md)
|
||||
## Contents
|
||||
|
||||
1. **[State](01_state.md)**
|
||||
- [Minter](01_state.md#minter)
|
||||
- [Params](01_state.md#params)
|
||||
2. **[Begin-Block](02_begin_block.md)**
|
||||
- [NextInflationRate](02_begin_block.md#nextinflationrate)
|
||||
- [NextAnnualProvisions](02_begin_block.md#nextannualprovisions)
|
||||
- [BlockProvision](02_begin_block.md#blockprovision)
|
||||
|
||||
Reference in New Issue
Block a user