mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 13:21:10 +00:00
update comments in authority discovery (#4390)
* update comments in authority discovery * Update lib.rs
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
//! # Authority discovery module.
|
//! # Authority discovery module.
|
||||||
//!
|
//!
|
||||||
//! This module is used by the `core/authority-discovery` to retrieve the
|
//! This module is used by the `client/authority-discovery` to retrieve the
|
||||||
//! current set of authorities.
|
//! current set of authorities.
|
||||||
|
|
||||||
// Ensure we're `no_std` when compiling for Wasm.
|
// Ensure we're `no_std` when compiling for Wasm.
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ pub type AuthoritySignature = app::Signature;
|
|||||||
sp_api::decl_runtime_apis! {
|
sp_api::decl_runtime_apis! {
|
||||||
/// The authority discovery api.
|
/// The authority discovery api.
|
||||||
///
|
///
|
||||||
/// This api is used by the `core/authority-discovery` module to retrieve identifiers
|
/// This api is used by the `client/authority-discovery` module to retrieve identifiers
|
||||||
/// of the current authority set.
|
/// of the current authority set.
|
||||||
pub trait AuthorityDiscoveryApi {
|
pub trait AuthorityDiscoveryApi {
|
||||||
/// Retrieve authority identifiers of the current authority set.
|
/// Retrieve authority identifiers of the current authority set.
|
||||||
|
|||||||
Reference in New Issue
Block a user