Skip to content

Commit

Permalink
Display ticks per slot
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jul 1, 2020
1 parent 1742824 commit f239a0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/src/genesis_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ impl fmt::Display for GenesisConfig {
Operating mode: {:?}\n\
Genesis hash: {}\n\
Shred version: {}\n\
Ticks per slot: {:?}\n\
Hashes per tick: {:?}\n\
Slots per epoch: {}\n\
Warmup epochs: {}abled\n\
Expand All @@ -205,6 +206,7 @@ impl fmt::Display for GenesisConfig {
self.operating_mode,
self.hash(),
compute_shred_version(&self.hash(), None),
self.ticks_per_slot,
self.poh_config.hashes_per_tick,
self.epoch_schedule.slots_per_epoch,
if self.epoch_schedule.warmup {
Expand Down

0 comments on commit f239a0c

Please sign in to comment.