Rename CheckEra to CheckMortality (#6619)

This commit is contained in:
Bastian Köcher
2020-07-09 14:28:05 +02:00
committed by GitHub
parent 7e37e79317
commit 389faaf5c8
@@ -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,