mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 07:41:08 +00:00
Fix typo: to -> from (#4163)
This commit is contained in:
committed by
Robert Habermeier
parent
3ae18811d7
commit
512c86a72f
@@ -340,7 +340,7 @@ pub trait Trait: system::Trait {
|
||||
/// A stable ID for a validator.
|
||||
type ValidatorId: Member + Parameter;
|
||||
|
||||
/// A conversion to validator ID to account ID.
|
||||
/// A conversion from account ID to validator ID.
|
||||
type ValidatorIdOf: Convert<Self::AccountId, Option<Self::ValidatorId>>;
|
||||
|
||||
/// Indicator for when to end the session.
|
||||
|
||||
Reference in New Issue
Block a user