From 3ace2f50c56425408c2c60b3d2b4119b6f28681e Mon Sep 17 00:00:00 2001 From: Liam Aharon Date: Thu, 6 Apr 2023 15:28:21 +1000 Subject: [PATCH] remove duplicate sync option documentation (#13828) --- substrate/client/cli/src/params/network_params.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/substrate/client/cli/src/params/network_params.rs b/substrate/client/cli/src/params/network_params.rs index 106fba75aa..acec4b2ac8 100644 --- a/substrate/client/cli/src/params/network_params.rs +++ b/substrate/client/cli/src/params/network_params.rs @@ -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,