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:
chonghe
2024-07-18 16:54:05 +08:00
committed by GitHub
parent 86cb3f45d2
commit 3859c9bca5
3 changed files with 12 additions and 1 deletions

View File

@@ -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")