mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-04 05:14:33 +00:00
Backport of #9514 to release-v8.2.1
- Remove deprecated geth flag - Remove duplicate entries for crate `syn`
This commit is contained in:
committed by
Michael Sproul
parent
120c3c6dac
commit
a36a64322d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user