mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 15:57:55 +00:00
Extract frame_system SignedExtensions into separate files. (#6474)
* Split the code. * Restructure. * Split tests. * Self-review. * Break lines. * Move tests out. * Rename CheckEra -> CheckMortality but keep backwards compatibility * Update frame/system/src/extensions/check_mortality.rs * Don't rename the IDENTIFIER for now. Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -638,7 +638,7 @@ pub trait SignedPayload<T: SigningTypes>: Encode {
|
||||
mod tests {
|
||||
use super::*;
|
||||
use codec::Decode;
|
||||
use crate::tests::{Test as TestRuntime, Call};
|
||||
use crate::mock::{Test as TestRuntime, Call};
|
||||
use sp_core::offchain::{testing, TransactionPoolExt};
|
||||
use sp_runtime::testing::{UintAuthorityId, TestSignature, TestXt};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user