This commit is contained in:
Jack Grigg 2023-09-22 01:24:03 +00:00
parent 625a5ff594
commit 513abf8b97
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ impl<Nf> ScannedBlock<Nf> {
}
/// Returns the metadata describing the state of the note commitment trees as of the end of the
/// scanned block.
/// scanned block.
///
/// The metadata returned from this method is guaranteed to be consistent with what is returned
/// by [`Self::height`] and [`Self::block_hash`].