Skip to content

Commit

Permalink
chore: typos (#541)
Browse files Browse the repository at this point in the history
* Update checkpoints.rs

* Update README.md
  • Loading branch information
SITADRITA1 authored Mar 7, 2025
1 parent b7d3deb commit 429f621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Note: this is a community-maintained list and thus no security guarantees are pr
This is not recommended as malicious checkpoints can be returned from the listed apis, even if they are considered _healthy_.
This can be run like so: `helios --load-external-fallback` (or `helios -l` with the shorthand).

`--strict-checkpoint-age` or `-s` enables strict checkpoint age checking. If the checkpoint is over two weeks old and this flag is enabled, Helios will error. Without this flag, Helios will instead surface a warning to the user and continue. If the checkpoint is greater than two weeks old, there are theoretical attacks that can cause Helios and over light clients to sync incorrectly. These attacks are complex and expensive, so Helios disables this by default.
`--strict-checkpoint-age` or `-s` enables strict checkpoint age checking. If the checkpoint is over two weeks old and this flag is enabled, Helios will error. Without this flag, Helios will instead surface a warning to the user and continue. If the checkpoint is greater than two weeks old, there are theoretical attacks that can cause Helios and other light clients to sync incorrectly. These attacks are complex and expensive, so Helios disables this by default.

`--help` or `-h` prints the help message.

Expand Down
2 changes: 1 addition & 1 deletion ethereum/src/config/checkpoints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ impl CheckpointFallback {
///
/// ### Warning
///
/// These services are not healthchecked **nor** trustworthy and may act with malice by returning invalid checkpoints.
/// These services are not health-checked **nor** trustworthy and may act with malice by returning invalid checkpoints.
pub fn get_all_fallback_endpoints(&self, network: &networks::Network) -> Vec<String> {
self.services[network]
.iter()
Expand Down

0 comments on commit 429f621

Please sign in to comment.