Skip to content
Snippets Groups Projects
Commit 236208b6 authored by toxotguo's avatar toxotguo Committed by asynchronous rob
Browse files

fix pruning arg type (#1332)

parent 11f77464
No related merge requests found
......@@ -91,7 +91,7 @@ pub struct CoreParams {
/// Specify the pruning mode, a number of blocks to keep or 'archive'. Default is 256.
#[structopt(long = "pruning", value_name = "PRUNING_MODE")]
pruning: Option<u32>,
pruning: Option<String>,
/// The human-readable name for this node, as reported to the telemetry server, if enabled
#[structopt(long = "name", value_name = "NAME")]
......
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