mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 22:51:13 +00:00
core/finality: Ref run_grandpa_voter instead of deprecated func in doc (#3035)
This commit is contained in:
committed by
Bastian Köcher
parent
0e8c4de4b5
commit
6761ef1655
@@ -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
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user