mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 19:51:47 +00:00
Add requires suggested-fee-recipient flag when always-prepare-payload is set (#6079)
* Add requires * Try to fix test * Add suggested fee recipient * Fix * Add execution-endpoint * Add execution-jwt * Revise execution-jwt * Add execution-jwt-secret-key * Define dir in execution-jwt
This commit is contained in:
@@ -1338,6 +1338,7 @@ pub fn cli_app() -> Command {
|
||||
.action(ArgAction::SetTrue)
|
||||
.help_heading(FLAG_HEADER)
|
||||
.display_order(0)
|
||||
.requires("suggested-fee-recipient")
|
||||
)
|
||||
.arg(
|
||||
Arg::new("fork-choice-before-proposal-timeout")
|
||||
|
||||
Reference in New Issue
Block a user