Move docs over to Schelsi (#1129)

This commit is contained in:
Paul Hauner
2020-05-12 14:21:21 +10:00
committed by GitHub
parent cab6c58923
commit d1864a8f01
4 changed files with 6 additions and 7 deletions

View File

@@ -18,8 +18,8 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
.long("deposit-value")
.value_name("GWEI")
.takes_value(true)
.default_value("3200000000")
.help("The deposit amount in Gwei (not Wei). Default is 3.2 ETH."),
.default_value("32000000000")
.help("The deposit amount in Gwei (not Wei). Default is 32 ETH."),
)
.arg(
Arg::with_name("send-deposits")