From 119217f9f6f904efda33d80f744404c6935ed827 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/version_table.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/model/version_table.rs') diff --git a/src/model/version_table.rs b/src/model/version_table.rs index bb836868..dd088224 100644 --- a/src/model/version_table.rs +++ b/src/model/version_table.rs @@ -72,7 +72,7 @@ impl PartialOrd for VersionBlockKey { /// Informations about a single block #[derive(PartialEq, Eq, Ord, PartialOrd, Clone, Copy, Debug, Serialize, Deserialize)] pub struct VersionBlock { - /// Hash of the block + /// Blake2 sum of the block pub hash: Hash, /// Size of the block pub size: u64, -- cgit v1.2.3