Merge PR #5678: Errors Guidelines Doc

This commit is contained in:
Alexander Bezobchuk
2020-02-19 18:13:25 +01:00
committed by GitHub
parent 434f539bff
commit 2f2e7b99cb
3 changed files with 56 additions and 2 deletions
+2 -2
View File
@@ -85,9 +85,9 @@ allows for greater freedom of development while maintaining API stability.
- `module.go`: The module's implementation of the `AppModule` and `AppModuleBasic`
interfaces.
- `simulation/`: The module's simulation package defines all the required functions
used on the blockchain simulator: randomized genesis state, parameters, weigthed
used on the blockchain simulator: randomized genesis state, parameters, weighted
operations, proposal contents and types decoders.
## Next {hide}
Learn about [interfaces](../interfaces/interfaces-intro.md) {hide}
Learn about [Errors](./errors.md) {hide}