Minor typo fix

This commit is contained in:
Ignotus Peverell 2018-06-05 06:45:39 +01:00
parent 1bd7ece6e8
commit 057eb2dcb8
No known key found for this signature in database
GPG key ID: 99CD25F39F8F8211

View file

@ -93,10 +93,10 @@ where
fn dump_stats(&self);
}
/// Maixmum peaks for a Merkle proof
/// Maximum peaks for a Merkle proof
pub const MAX_PEAKS: u64 = 100;
/// Maixmum path for a Merkle proof
/// Maximum path for a Merkle proof
pub const MAX_PATH: u64 = 100;
/// A Merkle proof.