mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-09 12:58:05 +00:00
fix some typos in node-template/runtime/src/lib.rs (#2737)
This commit is contained in:
committed by
Kian Peymani
parent
d4e1bb518d
commit
1d6696a0ec
@@ -155,7 +155,7 @@ impl indices::Trait for Runtime {
|
||||
type ResolveHint = indices::SimpleResolveHint<Self::AccountId, Self::AccountIndex>;
|
||||
/// Determine whether an account is dead.
|
||||
type IsDeadAccount = Balances;
|
||||
/// The uniquitous event type.
|
||||
/// The ubiquitous event type.
|
||||
type Event = Event;
|
||||
}
|
||||
|
||||
@@ -172,7 +172,7 @@ impl balances::Trait for Runtime {
|
||||
type OnFreeBalanceZero = ();
|
||||
/// What to do if a new account is created.
|
||||
type OnNewAccount = Indices;
|
||||
/// The uniquitous event type.
|
||||
/// The ubiquitous event type.
|
||||
type Event = Event;
|
||||
|
||||
type TransactionPayment = ();
|
||||
@@ -181,7 +181,7 @@ impl balances::Trait for Runtime {
|
||||
}
|
||||
|
||||
impl sudo::Trait for Runtime {
|
||||
/// The uniquitous event type.
|
||||
/// The ubiquitous event type.
|
||||
type Event = Event;
|
||||
type Proposal = Call;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user