mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 22:34:45 +00:00
Fix clippy lints
This commit is contained in:
@@ -126,6 +126,7 @@ impl ApiTester {
|
||||
task_executor: executor,
|
||||
api_secret,
|
||||
validator_dir: Some(validator_dir.path().into()),
|
||||
secrets_dir: Some(secrets_dir.path().into()),
|
||||
validator_store: Some(validator_store.clone()),
|
||||
graffiti_file: None,
|
||||
graffiti_flag: Some(Graffiti::default()),
|
||||
@@ -135,6 +136,8 @@ impl ApiTester {
|
||||
listen_addr: IpAddr::V4(Ipv4Addr::new(127, 0, 0, 1)),
|
||||
listen_port: 0,
|
||||
allow_origin: None,
|
||||
allow_keystore_export: true,
|
||||
store_passwords_in_secrets_dir: false,
|
||||
},
|
||||
sse_logging_components: None,
|
||||
log,
|
||||
|
||||
Reference in New Issue
Block a user