validator: Add --require-tower stub arg
This commit is contained in:
committed by
mergify[bot]
parent
e545bdcb51
commit
486b657fca
@ -1060,6 +1060,12 @@ pub fn main() {
|
||||
.takes_value(false)
|
||||
.help("Use CUDA"),
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name("require_tower")
|
||||
.long("require-tower")
|
||||
.takes_value(false)
|
||||
.hidden(true)
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name("expected_genesis_hash")
|
||||
.long("expected-genesis-hash")
|
||||
|
Reference in New Issue
Block a user