Merge pull request #57 from terenc3t/remove-collator-flag

removing collate flag

Former-commit-id: 7de8b81aa1bfebbe767f69a8d32fb324c735ae1d [formerly a7b8135fe3d6aa1268fff183aa2ccb15d5cf8ff4]
Former-commit-id: c92c13bfeda25b394f0f380d1c9b4fbf1c847b84
This commit is contained in:
Raul Jordan
2018-03-06 11:18:01 -06:00
committed by GitHub
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