mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 16:51:41 +00:00
Minor useability updates (#1005)
* Adds lcli to the makefile * Update docs * Set genesis fork version to default
This commit is contained in:
@@ -339,7 +339,7 @@ fn main() {
|
||||
.long("genesis-fork-version")
|
||||
.value_name("HEX")
|
||||
.takes_value(true)
|
||||
.default_value("0x01030307") // [1, 3, 3, 7]
|
||||
.default_value("0x00000000")
|
||||
.help("Used to avoid reply attacks between testnets. Recommended to set to
|
||||
non-default."),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user