This commit is contained in:
Dimitris Apostolou 2023-01-31 00:26:47 +02:00
parent 70c9725cc3
commit 4464f81061
No known key found for this signature in database
GPG Key ID: 4B5D20E938204A8A
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ mod ffi {
type Inner<H> = bridgetree::Frontier<H, MERKLE_DEPTH>;
/// A incremental Merkle frontier.
/// An incremental Merkle frontier.
#[derive(Clone)]
struct MerkleFrontier<H>(Inner<H>);