This commit is contained in:
Michael Sproul
2025-02-25 11:48:41 +11:00
parent bbc1200b2d
commit d472689fa2

View File

@@ -558,7 +558,7 @@ pub fn cli_app() -> Command {
.long("disable-attesting") .long("disable-attesting")
.help("Turn off attestation related APIs so that we have some hope of producing \ .help("Turn off attestation related APIs so that we have some hope of producing \
blocks") blocks")
.action(ArgAction::Set) .action(ArgAction::SetTrue)
.display_order(0) .display_order(0)
) )
.arg( .arg(