Skip to content
Snippets Groups Projects
Commit 6761ef16 authored by Max Inden's avatar Max Inden Committed by Bastian Köcher
Browse files

core/finality: Ref `run_grandpa_voter` instead of deprecated func in doc (#3035)

parent 0e8c4de4
No related merge requests found
......@@ -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
//!
......
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