Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Mirrored projects
polkadot-sdk
Commits
6761ef16
Commit
6761ef16
authored
5 years ago
by
Max Inden
Committed by
Bastian Köcher
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
core/finality: Ref `run_grandpa_voter` instead of deprecated func in doc (#3035)
parent
0e8c4de4
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
substrate/core/finality-grandpa/src/lib.rs
+3
-3
3 additions, 3 deletions
substrate/core/finality-grandpa/src/lib.rs
with
3 additions
and
3 deletions
substrate/core/finality-grandpa/src/lib.rs
+
3
−
3
View file @
6761ef16
...
...
@@ -28,9 +28,9 @@
//! must pass through this wrapper, otherwise consensus is likely to break in
//! unexpected ways.
//!
//! Next, use the `LinkHalf` and a local configuration to `run_grandpa
`. This requires a
//! `Network` implementation. The returned future should be
driven to completion and
//! will finalize blocks in the background.
//! Next, use the `LinkHalf` and a local configuration to `run_grandpa
_voter`.
//!
This requires a
`Network` implementation. The returned future should be
//!
driven to completion and
will finalize blocks in the background.
//!
//! # Changing authority sets
//!
...
...
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