Skip to content
Snippets Groups Projects
Commit aefb75b9 authored by Miguel Hervas's avatar Miguel Hervas Committed by GitHub
Browse files

Adding TxVersion Check to signed params (#1483)

parent 2d0ac95f
Branches
No related merge requests found
......@@ -570,6 +570,7 @@ pub type BlockId = generic::BlockId<Block>;
pub type SignedExtra = (
frame_system::CheckNonZeroSender<Runtime>,
frame_system::CheckSpecVersion<Runtime>,
frame_system::CheckTxVersion<Runtime>,
frame_system::CheckGenesis<Runtime>,
frame_system::CheckEra<Runtime>,
frame_system::CheckNonce<Runtime>,
......
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