Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
ebatsell committed Dec 4, 2024
1 parent 1f0032f commit 886ce5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/steward/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")))]
Expand Down

0 comments on commit 886ce5b

Please sign in to comment.