Skip to content
Snippets Groups Projects
Commit 3ace2f50 authored by Liam Aharon's avatar Liam Aharon Committed by GitHub
Browse files

remove duplicate sync option documentation (#13828)

parent fa8e3232
No related merge requests found
......@@ -132,11 +132,6 @@ pub struct NetworkParams {
pub ipfs_server: bool,
/// Blockchain syncing mode.
///
/// - `full`: Download and validate full blockchain history.
/// - `fast`: Download blocks and the latest state only.
/// - `fast-unsafe`: Same as `fast`, but skip downloading state proofs.
/// - `warp`: Download the latest state and proof.
#[arg(
long,
value_enum,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment