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)
|
.takes_value(false)
|
||||||
.help("Use CUDA"),
|
.help("Use CUDA"),
|
||||||
)
|
)
|
||||||
|
.arg(
|
||||||
|
Arg::with_name("require_tower")
|
||||||
|
.long("require-tower")
|
||||||
|
.takes_value(false)
|
||||||
|
.hidden(true)
|
||||||
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("expected_genesis_hash")
|
Arg::with_name("expected_genesis_hash")
|
||||||
.long("expected-genesis-hash")
|
.long("expected-genesis-hash")
|
||||||
|
Reference in New Issue
Block a user