Skip to content

Commit

Permalink
[Flexidag] add some comment for helping code-review
Browse files Browse the repository at this point in the history
  • Loading branch information
welbon authored and simonjiao committed May 14, 2024
1 parent 4b6a1a9 commit e198534
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions types/src/block/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ use std::sync::Mutex;
pub type BlockNumber = u64;
#[derive(PartialEq, Eq, Debug)]
pub enum DagHeaderType {
Single,
Genesis,
Normal,
Single, // Legacy block
Genesis, // GhostDag genesis block
Normal, // GhostDag Normal block
}
pub type ParentsHash = Option<Vec<HashValue>>;

Expand Down

0 comments on commit e198534

Please sign in to comment.