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

This commit is contained in:
Max Inden
2019-07-05 15:43:16 +02:00
committed by Bastian Köcher
parent 0e8c4de4b5
commit 6761ef1655
+3 -3
View File
@@ -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
//!