Skip to content

Commit

Permalink
fix: incorrect epoch length in preview (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini authored Nov 25, 2023
1 parent e0d16a4 commit b3f2e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ impl ChainWellKnownInfo {
byron_known_slot: 0,
byron_known_hash: "".to_string(),
byron_known_time: 1666656000,
shelley_epoch_length: 432000,
shelley_epoch_length: 86400,
shelley_slot_length: 1,
shelley_known_slot: 0,
shelley_known_hash: "268ae601af8f9214804735910a3301881fbe0eec9936db7d1fb9fc39e93d1e37"
Expand Down

0 comments on commit b3f2e1b

Please sign in to comment.