Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
shasper
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
shasper
Commits
c11d2c8a
Commit
c11d2c8a
authored
6 years ago
by
Wei Tang
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused grandpa parameters
parent
02cd1564
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/cli.rs
+0
-8
0 additions, 8 deletions
src/cli.rs
with
0 additions
and
8 deletions
src/cli.rs
+
0
−
8
View file @
c11d2c8a
...
...
@@ -12,14 +12,6 @@ use structopt::StructOpt;
/// Extend params for Node
#[derive(Debug,
StructOpt)]
pub
struct
NodeParams
{
/// Should run as a GRANDPA authority node
#[structopt(long
=
"grandpa-authority"
,
help
=
"Run Node as a GRANDPA authority, implies --validator"
)]
grandpa_authority
:
bool
,
/// Should run as a GRANDPA authority node only
#[structopt(long
=
"grandpa-authority-only"
,
help
=
"Run Node as a GRANDPA authority only, don't as a usual validator, implies --grandpa-authority"
)]
grandpa_authority_only
:
bool
,
#[structopt(flatten)]
core
:
CoreParams
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment