removing collate flag

Former-commit-id: 2242fdca1d18d17547ddc0e55e2d2a11d5f839f6 [formerly 0b257a237d00488b571d5b60ce7dc16dc3b685ce]
Former-commit-id: 5f77c8f6274916016b052b365dfc3183b3d2d23a
This commit is contained in:
Terence Tsao
2018-03-06 08:28:23 -08:00
parent e800548b8e
commit 1538aee4b8
3 changed files with 1 additions and 6 deletions

View File

@@ -123,7 +123,6 @@ var (
utils.GpoPercentileFlag,
utils.ExtraDataFlag,
utils.DepositFlag,
utils.CollateFlag,
configFileFlag,
}

View File

@@ -27,7 +27,7 @@ Launches a sharding validator client that connects to a running geth node and pr
Aliases: []string{"shard-collator"},
Usage: "Start a sharding collator client",
ArgsUsage: "[endpoint]",
Flags: []cli.Flag{utils.DataDirFlag, utils.PasswordFileFlag, utils.NetworkIdFlag, utils.IPCPathFlag, utils.CollateFlag},
Flags: []cli.Flag{utils.DataDirFlag, utils.PasswordFileFlag, utils.NetworkIdFlag, utils.IPCPathFlag},
Category: "SHARDING COMMANDS",
Description: `
Launches a sharding collator client that connects to a running geth node and proposes collations to validator node. This feature is a work in progress.

View File

@@ -543,10 +543,6 @@ var (
Name: "deposit",
Usage: "To become a validator with your sharding client, 100 ETH will be deposited from user's account into VMC ",
}
CollateFlag = cli.BoolFlag{
Name: "collate",
Usage: "To become a collator with your sharding client, to submit collations to validator node",
}
)
// MakeDataDir retrieves the currently requested data directory, terminating