From af6774a511904f25c7d156aeea12504deab82078 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 8 Apr 2021 15:13:02 +0200 Subject: change a few comments --- src/model/block_ref_table.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/model/block_ref_table.rs') diff --git a/src/model/block_ref_table.rs b/src/model/block_ref_table.rs index 1f0c7bb0..95451e9c 100644 --- a/src/model/block_ref_table.rs +++ b/src/model/block_ref_table.rs @@ -10,7 +10,7 @@ use crate::block::*; #[derive(PartialEq, Clone, Debug, Serialize, Deserialize)] pub struct BlockRef { - /// Hash of the block, used as partition key + /// Hash (blake2 sum) of the block, used as partition key pub block: Hash, /// Id of the Version for the object containing this block, used as sorting key -- cgit v1.2.3