Merge pull request #79 from zancas/tweak_docs

allowing level 0 nodes means that Addresses are used for non-internal…
This commit is contained in:
Kris Nuttycombe 2023-07-05 12:32:01 -06:00 committed by GitHub
commit 109f805fdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ impl Sub<u8> for Level {
}
}
/// The address of an internal node of the Merkle tree.
/// The address of a node of the Merkle tree.
/// When `level == 0`, the index has the same value as the
/// position.
#[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]