Apply suggestions from code review.

Co-authored-by: Daira Emma Hopwood <daira@jacaranda.org>
This commit is contained in:
Kris Nuttycombe 2023-09-20 13:21:53 -06:00 committed by GitHub
parent d5dc4c6d9c
commit bdc6886e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ impl<Nf> ScannedBlock<Nf> {
self.metadata.block_hash
}
/// Returns the block time of the block that was scanned.
/// Returns the block time of the block that was scanned, as a Unix timestamp in seconds.
pub fn block_time(&self) -> u32 {
self.block_time
}