mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Merge pull request #17 from romanz/patch-1
Fix a small typo in documentation
This commit is contained in:
commit
3a54df15f3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
//! the whole network are complex and hard to completely isolate. Some can be
|
||||
//! simple parameters (like block reward), others complex algorithms (like
|
||||
//! Merkle sum trees or reorg rules). However, as long as they're simple
|
||||
//! emough, consensus-relevant constants and short functions should be kept
|
||||
//! enough, consensus-relevant constants and short functions should be kept
|
||||
//! here.
|
||||
|
||||
/// The block subsidy amount
|
||||
|
|
Loading…
Reference in a new issue