remove duplicate sync option documentation (#13828)

This commit is contained in:
Liam Aharon
2023-04-06 15:28:21 +10:00
committed by GitHub
parent fa8e323231
commit 3ace2f50c5
@@ -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,