This reverts commit abf2b300da
.
This commit is contained in:
@@ -148,13 +148,7 @@ fn main() {
|
||||
.validator(port_range_validator)
|
||||
.help("Range to use for dynamically assigned ports"),
|
||||
)
|
||||
.arg(
|
||||
clap::Arg::with_name("use_snapshot")
|
||||
.long("use-snapshot")
|
||||
.takes_value(false)
|
||||
.help("Load / Store bank snapshots"),
|
||||
)
|
||||
.get_matches();
|
||||
.get_matches();
|
||||
|
||||
let mut fullnode_config = FullnodeConfig::default();
|
||||
let keypair = if let Some(identity) = matches.value_of("identity") {
|
||||
@@ -184,8 +178,6 @@ fn main() {
|
||||
|
||||
fullnode_config.sigverify_disabled = matches.is_present("no_sigverify");
|
||||
|
||||
fullnode_config.use_snapshot = matches.is_present("use_snapshot");
|
||||
|
||||
fullnode_config.voting_disabled = matches.is_present("no_voting");
|
||||
|
||||
if matches.is_present("enable_rpc_exit") {
|
||||
|
Reference in New Issue
Block a user