From 886ce5b97f83db2e36fa292cc581ffc5c649cce9 Mon Sep 17 00:00:00 2001 From: Evan Batsell Date: Wed, 4 Dec 2024 15:44:39 -0500 Subject: [PATCH] asdf --- programs/steward/src/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/steward/src/constants.rs b/programs/steward/src/constants.rs index 1dd6cdd..1eebf2b 100644 --- a/programs/steward/src/constants.rs +++ b/programs/steward/src/constants.rs @@ -22,7 +22,7 @@ pub const VALIDATOR_HISTORY_FIRST_RELIABLE_EPOCH: u64 = 520; pub const VALIDATOR_HISTORY_FIRST_RELIABLE_EPOCH: u64 = 0; pub const TVC_FEATURE_PUBKEY: &str = "tvcF6b1TRz353zKuhBjinZkKzjmihXmBAHJdjNYw1sQ"; #[cfg(feature = "mainnet-beta")] -pub const TVC_ACTIVATION_EPOCH: u64 = 704; +pub const TVC_ACTIVATION_EPOCH: u64 = 703; #[cfg(all(not(feature = "mainnet-beta"), feature = "testnet"))] pub const TVC_ACTIVATION_EPOCH: u64 = 705; #[cfg(all(not(feature = "mainnet-beta"), not(feature = "testnet")))]