mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
Minor typo fix
This commit is contained in:
parent
1bd7ece6e8
commit
057eb2dcb8
1 changed files with 2 additions and 2 deletions
|
@ -93,10 +93,10 @@ where
|
||||||
fn dump_stats(&self);
|
fn dump_stats(&self);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Maixmum peaks for a Merkle proof
|
/// Maximum peaks for a Merkle proof
|
||||||
pub const MAX_PEAKS: u64 = 100;
|
pub const MAX_PEAKS: u64 = 100;
|
||||||
|
|
||||||
/// Maixmum path for a Merkle proof
|
/// Maximum path for a Merkle proof
|
||||||
pub const MAX_PATH: u64 = 100;
|
pub const MAX_PATH: u64 = 100;
|
||||||
|
|
||||||
/// A Merkle proof.
|
/// A Merkle proof.
|
||||||
|
|
Loading…
Reference in a new issue