diff --git a/zcash_client_backend/src/data_api.rs b/zcash_client_backend/src/data_api.rs index d7431680d..e324e4291 100644 --- a/zcash_client_backend/src/data_api.rs +++ b/zcash_client_backend/src/data_api.rs @@ -483,7 +483,7 @@ impl ScannedBlock { 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 }