Skip to content

Commit a4536fc

Browse files
committed
reverted commits
1 parent 8881b57 commit a4536fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_node/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
11791179
.arg(
11801180
Arg::with_name("disable-deposit-contract-sync")
11811181
.long("disable-deposit-contract-sync")
1182-
.help("Explictly disables syncing of deposit logs from the execution node. \
1182+
.help("Explicitly disables syncing of deposit logs from the execution node. \
11831183
This overrides any previous option that depends on it. \
11841184
Useful if you intend to run a non-validating beacon node.")
11851185
.takes_value(false)

0 commit comments

Comments
 (0)