Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Fix checks failure
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey committed Oct 29, 2023
1 parent 7e852dc commit ad7d797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1870,7 +1870,7 @@ fn deprecated_arguments() -> Vec<DeprecatedArg> {
.long("disable-accounts-disk-index")
.help("Disable the disk-based accounts index if it is enabled by default.")
.conflicts_with("accounts_index_memory_limit_mb")
)
);

res
}
Expand Down

0 comments on commit ad7d797

Please sign in to comment.