Skip to content

Commit

Permalink
clarify clear message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrigada authored Nov 29, 2024
1 parent d715248 commit 4f0bdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cheatcodes/src/inspector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ impl Cheatcodes {
.collect_vec();
factory_deps.extend(injected_factory_deps);

// NOTE(zk): Clear injected factory deps
// NOTE(zk): Clear injected factory deps so that they are not sent on further transactions
self.zk_use_factory_deps.clear();
tracing::debug!(contract = contract.name, "using dual compiled contract");

Expand Down

0 comments on commit 4f0bdf0

Please sign in to comment.