mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 13:27:57 +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 AdditionalSigned = T::Hash;
|
||||
type Pre = ();
|
||||
// TODO [#6483] rename to CheckMortality
|
||||
const IDENTIFIER: &'static str = "CheckEra";
|
||||
const IDENTIFIER: &'static str = "CheckMortality";
|
||||
|
||||
fn validate(
|
||||
&self,
|
||||
|
||||
Reference in New Issue
Block a user