Skip to content

Commit

Permalink
Fix ci CheckVmBExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Nov 20, 2023
1 parent af4e3c1 commit 1888517
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 1888517

Please sign in to comment.