Skip to content

Commit

Permalink
Put back new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrigada committed Jan 20, 2025
1 parent 9d362ac commit aa8fc09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/strategy/zksync/src/cheatcode/runner/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ impl CheatcodeInspectorStrategyRunner for ZksyncCheatcodeInspectorStrategyRunner
injected_factory_deps
};
let zk_tx = ZkTransactionMetadata::new(factory_deps, paymaster_params);

let mut tx_req = TransactionRequest {
from: Some(broadcast.new_origin),
to: Some(TxKind::from(Some(call.target_address))),
Expand Down

0 comments on commit aa8fc09

Please sign in to comment.