change a few comments

This commit is contained in:
Alex Auvolat
2021-04-08 15:13:02 +02:00
parent 2812a027ea
commit 119217f9f6
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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,