Skip to content

Commit

Permalink
Set mining timestamp v2 activation height
Browse files Browse the repository at this point in the history
  • Loading branch information
fassadlr committed Feb 2, 2022
1 parent 3209fae commit 307eb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stratis.Sidechains.Networks/CirrusMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public CirrusMain()
VotingManagerV2ActivationHeight = 1_683_000, // Tuesday, 12 January 2021 9:00:00 AM (Estimated)
Release1100ActivationHeight = 3_426_950, // Monday, 20 December 2021 10:00:00 AM (Estimated)
PollExpiryBlocks = 50_000, // Roughly 9 days
GetMiningTimestampV2ActivationHeight = 4_000_000,
GetMiningTimestampV2ActivationHeight = 3_709_000, // Monday 14 February 00:00:00 (Estimated)
ContractSerializerV2ActivationHeight = 3_386_335 // Monday 13 December 16:00:00 (Estimated)
};

Expand Down

0 comments on commit 307eb51

Please sign in to comment.