Skip to content

Commit afd7c74

Browse files
committed
CLI tweaks
1 parent 7e4b0e8 commit afd7c74

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

book/src/help_vc.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ FLAGS:
2424
--disable-slashing-protection-web3signer
2525
Disable Lighthouse's slashing protection for all web3signer keys. This can reduce the I/O burden on the VC
2626
but is only safe if slashing protection is enabled on the remote signer and is implemented correctly. DO NOT
27-
ENABLE THIS FLAG UNLESS YOU ARE CERTAIN THAT SLASHING PROTECTION IS ENABLED ON THE REMOTE SIGNER. IT IS OFF
28-
BY DEFAULT, AND YOU WILL GET SLASHED IF YOU USE THIS FLAG WITHOUT ENABLING IT.
27+
ENABLE THIS FLAG UNLESS YOU ARE CERTAIN THAT SLASHING PROTECTION IS ENABLED ON THE REMOTE SIGNER. YOU WILL
28+
GET SLASHED IF YOU USE THIS FLAG WITHOUT ENABLING WEB3SIGNER'S SLASHING PROTECTION.
2929
--enable-doppelganger-protection
3030
If this flag is set, Lighthouse will delay startup for three epochs and monitor for messages on the network
3131
by any of the validators managed by this client. This will result in three (possibly four) epochs worth of

validator_client/src/cli.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,9 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
374374
reduce the I/O burden on the VC but is only safe if slashing protection \
375375
is enabled on the remote signer and is implemented correctly. DO NOT ENABLE \
376376
THIS FLAG UNLESS YOU ARE CERTAIN THAT SLASHING PROTECTION IS ENABLED ON \
377-
THE REMOTE SIGNER. IT IS OFF BY DEFAULT, AND YOU WILL GET SLASHED IF YOU \
378-
USE THIS FLAG WITHOUT ENABLING IT.")
377+
THE REMOTE SIGNER. YOU WILL GET SLASHED IF YOU USE THIS FLAG WITHOUT \
378+
ENABLING WEB3SIGNER'S SLASHING PROTECTION.")
379+
.takes_value(false)
379380
)
380381
/*
381382
* Experimental/development options.

0 commit comments

Comments
 (0)