diff --git a/crates/core/src/driver/mod.rs b/crates/core/src/driver/mod.rs index fe5e088..d6783af 100644 --- a/crates/core/src/driver/mod.rs +++ b/crates/core/src/driver/mod.rs @@ -253,7 +253,6 @@ where return Err(error.into()); } }; - let code = alloy::hex::decode(&code)?; let tx = TransactionRequest::default() .nonce(nonce) .from(input.caller)