Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 4eea377

Browse files
apopiakeskimor
authored andcommitted
add CheckNonZeroSender in node-template-runtime (#10735)
1 parent 79f36c7 commit 4eea377

File tree

1 file changed

+1
-0
lines changed
  • bin/node-template/runtime/src

1 file changed

+1
-0
lines changed

bin/node-template/runtime/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ pub type Header = generic::Header<BlockNumber, BlakeTwo256>;
299299
pub type Block = generic::Block<Header, UncheckedExtrinsic>;
300300
/// The SignedExtension to the basic transaction logic.
301301
pub type SignedExtra = (
302+
frame_system::CheckNonZeroSender<Runtime>,
302303
frame_system::CheckSpecVersion<Runtime>,
303304
frame_system::CheckTxVersion<Runtime>,
304305
frame_system::CheckGenesis<Runtime>,

0 commit comments

Comments
 (0)