Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Dec 12, 2024
1 parent 461a138 commit 2897312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/test_scenario.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ where
.to_owned();
self.nonces.insert(from.to_owned(), nonce + 1);

let key = keccak256(&tx_req.input.input.to_owned().unwrap_or_default());
let key = keccak256(tx_req.input.input.to_owned().unwrap_or_default());

if let std::collections::hash_map::Entry::Vacant(_) = self.gas_limits.entry(key) {
let gas_limit = self
Expand Down

0 comments on commit 2897312

Please sign in to comment.