Skip to content

Commit

Permalink
Fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Feb 4, 2024
1 parent 4807fa2 commit 01b64dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion c/cobuild.c
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,10 @@ int ckb_cobuild_entry(ScriptEntryType callback, bool *cobuild_enabled) {
}
}
if (!found) {
// TODO
ie += otx.t->input_cells(&otx);
oe += otx.t->output_cells(&otx);
ce += otx.t->cell_deps(&otx);
he += otx.t->header_deps(&otx);
continue;
}
// step 6.e
Expand Down

0 comments on commit 01b64dd

Please sign in to comment.