Adding TxVersion Check to signed params (#1483)

This commit is contained in:
Miguel Hervas
2022-07-29 09:15:48 -07:00
committed by GitHub
parent 1b9c8942cc
commit 2e46edfa10
@@ -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>,