From b3f2e1bb9419f9000b987f43ad8992a5f694a6b9 Mon Sep 17 00:00:00 2001 From: Enzo Cioppettini <48031343+ecioppettini@users.noreply.github.com> Date: Fri, 24 Nov 2023 22:56:04 -0300 Subject: [PATCH] fix: incorrect epoch length in preview (#717) --- src/utils/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/mod.rs b/src/utils/mod.rs index fe841b7f..b7c8375b 100644 --- a/src/utils/mod.rs +++ b/src/utils/mod.rs @@ -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"