Skip to content
Snippets Groups Projects
Commit 389faaf5 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Rename `CheckEra` to `CheckMortality` (#6619)

parent 7e37e793
Branches
No related merge requests found
......@@ -54,8 +54,7 @@ impl<T: Trait + Send + Sync> SignedExtension for CheckMortality<T> {
type Call = T::Call;
type AdditionalSigned = T::Hash;
type Pre = ();
// TODO [#6483] rename to CheckMortality
const IDENTIFIER: &'static str = "CheckEra";
const IDENTIFIER: &'static str = "CheckMortality";
fn validate(
&self,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment