Skip to content

Commit

Permalink
Update beacon_node/src/cli.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Hauner <paul@paulhauner.com>
  • Loading branch information
realbigsean and paulhauner authored Jul 13, 2022
1 parent 828d5bc commit d4269a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beacon_node/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
.arg(
Arg::with_name("count-unrealized")
.long("count-unrealized")
.hide(true)
.help("**EXPERIMENTAL** Enables an alternative, potentially more performant FFG \
vote tracking method.")
.takes_value(false)
Expand Down

0 comments on commit d4269a1

Please sign in to comment.