mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 21:07:56 +00:00
doc(client/cli/src/arg_enums.rs): fix typo ✍️ (#2298)
This commit is contained in:
@@ -225,7 +225,7 @@ pub enum OffchainWorkerEnabled {
|
||||
#[derive(Debug, Clone, Copy, ValueEnum, PartialEq)]
|
||||
#[value(rename_all = "kebab-case")]
|
||||
pub enum SyncMode {
|
||||
/// Full sync. Download end verify all blocks.
|
||||
/// Full sync. Download and verify all blocks.
|
||||
Full,
|
||||
/// Download blocks without executing them. Download latest state with proofs.
|
||||
Fast,
|
||||
|
||||
Reference in New Issue
Block a user