We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1547f8c commit ef44a86Copy full SHA for ef44a86
bin/node-template/runtime/src/lib.rs
@@ -299,6 +299,7 @@ pub type Header = generic::Header<BlockNumber, BlakeTwo256>;
299
pub type Block = generic::Block<Header, UncheckedExtrinsic>;
300
/// The SignedExtension to the basic transaction logic.
301
pub type SignedExtra = (
302
+ frame_system::CheckNonZeroSender<Runtime>,
303
frame_system::CheckSpecVersion<Runtime>,
304
frame_system::CheckTxVersion<Runtime>,
305
frame_system::CheckGenesis<Runtime>,
0 commit comments