Fix ci issues (#9514)

- Remove deprecated geth flag
- Remove duplicate entries for crate `syn`


  


Co-Authored-By: Eitan Seri-Levi <eserilev@ucsc.edu>
This commit is contained in:
Eitan Seri-Levi
2026-06-22 17:06:26 -07:00
committed by GitHub
parent 99a18f9416
commit 8c4b21c3db
2 changed files with 1 additions and 2 deletions

View File

@@ -108,7 +108,6 @@ impl GenericExecutionEngine for GethEngine {
.arg(http_auth_port.to_string())
.arg("--port")
.arg(network_port.to_string())
.arg("--allow-insecure-unlock")
.arg("--authrpc.jwtsecret")
.arg(jwt_secret_path.as_path().to_str().unwrap())
// This flag is required to help Geth perform reliably when feeding it blocks