Add CheckNonZeroSender to runtime configs (#847)

* Add CheckNonZeroSender to runtime configs

* cargo update -p polkadot-primitives

* Fixes

* Fixes
This commit is contained in:
Keith Yeung
2021-12-09 05:53:51 -08:00
committed by GitHub
parent b5a7ab4d12
commit 1bfbc7fe0c
9 changed files with 250 additions and 240 deletions
+1
View File
@@ -96,6 +96,7 @@ pub type BlockId = generic::BlockId<Block>;
/// The SignedExtension to the basic transaction logic.
pub type SignedExtra = (
frame_system::CheckNonZeroSender<Runtime>,
frame_system::CheckSpecVersion<Runtime>,
frame_system::CheckTxVersion<Runtime>,
frame_system::CheckGenesis<Runtime>,