Skip to content

Commit

Permalink
fix: include TukTuk in the network params
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Dec 4, 2024
1 parent dd120ad commit 9630468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rpc/methods/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2686,6 +2686,7 @@ pub struct ForkUpgradeParams {
upgrade_dragon_height: ChainEpoch,
upgrade_phoenix_height: ChainEpoch,
upgrade_waffle_height: ChainEpoch,
upgrade_tuktuk_height: ChainEpoch,
}

impl TryFrom<&ChainConfig> for ForkUpgradeParams {
Expand Down Expand Up @@ -2730,8 +2731,7 @@ impl TryFrom<&ChainConfig> for ForkUpgradeParams {
upgrade_dragon_height: get_height(Dragon)?,
upgrade_phoenix_height: get_height(Phoenix)?,
upgrade_waffle_height: get_height(Waffle)?,
// TODO(forest): https://github.com/ChainSafe/forest/issues/4800
// upgrade_tuktuk_height: get_height(TukTuk)?,
upgrade_tuktuk_height: get_height(TukTuk)?,
})
}
}

0 comments on commit 9630468

Please sign in to comment.