Skip to content

Commit

Permalink
Add suggestion from Sean
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Jan 9, 2024
1 parent bbc4487 commit d136b5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion beacon_node/client/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@ where
return Err(
"Syncing from genesis is insecure and incompatible with data availability checks. \
You should instead perform a checkpoint sync from a trusted node using the --checkpoint-sync-url option. \
For a list of public endpoints, see:\nhttps://eth-clients.github.io/checkpoint-sync-endpoints/"
For a list of public endpoints, see: https://eth-clients.github.io/checkpoint-sync-endpoints/ \
Alternatively, use --allow-insecure-genesis-sync if the risks are understood."
.to_string(),
);
}
Expand Down

0 comments on commit d136b5e

Please sign in to comment.