Skip to content

Commit

Permalink
delay dao_vote_transition_height a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
peilun-conflux committed Sep 26, 2022
1 parent 1966a4c commit b0c17ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ build_config! {
(hydra_transition_number, (Option<u64>), Some(92060600))
(hydra_transition_height, (Option<u64>), Some(36935000))
(dao_vote_transition_number, (Option<u64>), Some(133800000))
(dao_vote_transition_height, (Option<u64>), Some(56740000))
(dao_vote_transition_height, (Option<u64>), Some(56800000))
(cip43_init_end_number, (Option<u64>), Some(92751800))
(cip78_patch_transition_number,(Option<u64>),None)
(cip90_transition_height,(Option<u64>),None)
Expand Down

0 comments on commit b0c17ae

Please sign in to comment.