mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 22:34:45 +00:00
Added Flag to Bypass New Payload Cache
This commit is contained in:
@@ -469,6 +469,7 @@ where
|
||||
execution_endpoint: url,
|
||||
secret_file: None,
|
||||
suggested_fee_recipient: Some(Address::repeat_byte(42)),
|
||||
bypass_new_payload_cache: true,
|
||||
..Default::default()
|
||||
};
|
||||
let execution_layer =
|
||||
|
||||
Reference in New Issue
Block a user