Skip to content

Commit

Permalink
Remove new state mgmt (#7119)
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain authored Aug 27, 2020
1 parent e95393f commit 2c3558e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/flags/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ var (
// EnableDebugRPCEndpoints as /v1/beacon/state.
EnableDebugRPCEndpoints = &cli.BoolFlag{
Name: "enable-debug-rpc-endpoints",
Usage: "Enables the debug rpc service, containing utility endpoints such as /eth/v1alpha1/beacon/state. Requires --new-state-mgmt",
Usage: "Enables the debug rpc service, containing utility endpoints such as /eth/v1alpha1/beacon/state.",
}
// HistoricalSlasherNode is a set of beacon node flags required for performing historical detection with a slasher.
HistoricalSlasherNode = &cli.BoolFlag{
Expand Down

0 comments on commit 2c3558e

Please sign in to comment.