Minor useability updates (#1005)

* Adds lcli to the makefile

* Update docs

* Set genesis fork version to default
This commit is contained in:
Age Manning
2020-04-15 17:46:03 +10:00
committed by GitHub
parent be7aaa3dbe
commit d3dfd72f4d
4 changed files with 11 additions and 18 deletions

View File

@@ -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."),
)