Skip to content

Commit

Permalink
Merge pull request nervosnetwork#4234 from eval-exec/exec/fix-CheckCe…
Browse files Browse the repository at this point in the history
…llDeps

Fix `CheckCellDeps` transaction fee not enough
  • Loading branch information
quake authored Nov 17, 2023
2 parents d07b58a + b3a0003 commit cab5389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/src/specs/hardfork/v2021/cell_deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ impl Spec for CheckCellDeps {
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 cab5389

Please sign in to comment.