Skip to content

Commit 63ff0d5

Browse files
committed
Prevent deprecation warning firing due to default
1 parent 3d19b86 commit 63ff0d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

beacon_node/src/cli.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,6 @@ pub fn cli_app() -> Command {
717717
.long("eth1-blocks-per-log-query")
718718
.value_name("BLOCKS")
719719
.help("DEPRECATED")
720-
.default_value("1000")
721720
.action(ArgAction::Set)
722721
.display_order(0)
723722
.hide(true)

0 commit comments

Comments
 (0)