Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update srml/grandpa/src/lib.rs
Co-Authored-By: André Silva <[email protected]>
  • Loading branch information
jimpo and andresilva authored Oct 31, 2019
commit f893059a30f770eac454866acffa1d2458cdb73c
2 changes: 1 addition & 1 deletion srml/grandpa/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ decl_storage! {
/// This used to store the current authority set, which has been migrated to the well-known
/// GRANDPA_AUTHORITES_KEY unhashed key.
#[cfg(feature = "migrate-authorities")]
pub(crate) Authorities get(authorities): AuthorityList;
pub(crate) Authorities get(fn authorities): AuthorityList;

/// State of the current authority set.
State get(fn state): StoredState<T::BlockNumber> = StoredState::Live;
Expand Down