Skip to content

Commit

Permalink
Merge pull request nervosnetwork#4241 from eval-exec/exec/fix-ci-Chec…
Browse files Browse the repository at this point in the history
…kVmBExtension

Fix `CheckVmBExtension` failed on CI
  • Loading branch information
quake authored Nov 20, 2023
2 parents 4779635 + 1888517 commit 08ab5c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/src/specs/hardfork/v2021/vm_b_extension.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ impl Spec for CheckVmBExtension {
fn modify_chain_spec(&self, spec: &mut ckb_chain_spec::ChainSpec) {
spec.params.permanent_difficulty_in_dummy = Some(true);
spec.params.genesis_epoch_length = Some(GENESIS_EPOCH_LENGTH);
spec.params.epoch_duration_target = Some(GENESIS_EPOCH_LENGTH * 8);
}
}

Expand Down

0 comments on commit 08ab5c4

Please sign in to comment.