mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31:08 +03:00
Fix a small typo in documentation
This commit is contained in:
parent
f7b31dc5f3
commit
151a0150b9
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
|
//! the whole network are complex and hard to completely isolate. Some can be
|
||||||
//! simple parameters (like block reward), others complex algorithms (like
|
//! simple parameters (like block reward), others complex algorithms (like
|
||||||
//! Merkle sum trees or reorg rules). However, as long as they're simple
|
//! 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.
|
//! here.
|
||||||
|
|
||||||
/// The block subsidy amount
|
/// The block subsidy amount
|
||||||
|
|
Loading…
Reference in a new issue