mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 22:47:56 +00:00
remove duplicate sync option documentation (#13828)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user