Skip to content

Commit

Permalink
fix(challenge): mock tx rollup omni cell dep
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroqn committed Mar 4, 2022
1 parent 6c00ad4 commit d3dc037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/challenge/src/offchain/mock_tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ pub fn mock_cancel_challenge_tx(
let rollup_deps = vec![
contracts_dep.rollup_cell_type.clone().into(),
mock_rollup.config.rollup_config_cell_dep.clone().into(),
contracts_dep.omni_lock.clone().into(),
];
let rollup_output = (
rollup_input.cell.output.clone(),
Expand Down

0 comments on commit d3dc037

Please sign in to comment.