mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-18 19:55:40 +00:00
Rename CheckEra to CheckMortality (#6619)
This commit is contained in:
@@ -54,8 +54,7 @@ impl<T: Trait + Send + Sync> SignedExtension for CheckMortality<T> {
|
|||||||
type Call = T::Call;
|
type Call = T::Call;
|
||||||
type AdditionalSigned = T::Hash;
|
type AdditionalSigned = T::Hash;
|
||||||
type Pre = ();
|
type Pre = ();
|
||||||
// TODO [#6483] rename to CheckMortality
|
const IDENTIFIER: &'static str = "CheckMortality";
|
||||||
const IDENTIFIER: &'static str = "CheckEra";
|
|
||||||
|
|
||||||
fn validate(
|
fn validate(
|
||||||
&self,
|
&self,
|
||||||
|
|||||||
Reference in New Issue
Block a user