mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
removing collate flag
Former-commit-id: 2242fdca1d18d17547ddc0e55e2d2a11d5f839f6 [formerly 0b257a237d00488b571d5b60ce7dc16dc3b685ce] Former-commit-id: 5f77c8f6274916016b052b365dfc3183b3d2d23a
This commit is contained in:
@@ -123,7 +123,6 @@ var (
|
||||
utils.GpoPercentileFlag,
|
||||
utils.ExtraDataFlag,
|
||||
utils.DepositFlag,
|
||||
utils.CollateFlag,
|
||||
configFileFlag,
|
||||
}
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user