validator: Add --require-tower stub arg
This commit is contained in:
committed by
mergify[bot]
parent
5979005454
commit
3b70849885
@ -783,6 +783,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