From bdc6886e2dec60bb55b9d6f69a6ad485ac408f02 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Wed, 20 Sep 2023 13:21:53 -0600 Subject: [PATCH] Apply suggestions from code review. Co-authored-by: Daira Emma Hopwood --- zcash_client_backend/src/data_api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }