Skip to content
Snippets Groups Projects
Unverified Commit 0596928e authored by Jun Jiang's avatar Jun Jiang Committed by GitHub
Browse files

Fix a tiny typo (#6229)

Just fix a tiny typo
parent 860d93bd
Branches
No related merge requests found
Pipeline #502782 waiting for manual action with stages
in 32 minutes and 53 seconds
......@@ -146,7 +146,7 @@ pub type SignedBlock = generic::SignedBlock<Block>;
/// BlockId type as expected by this runtime.
pub type BlockId = generic::BlockId<Block>;
/// The `TransactionExtension`` to the basic transaction logic.
/// The `TransactionExtension` to the basic transaction logic.
pub type TxExtension = (
frame_system::CheckNonZeroSender<Runtime>,
frame_system::CheckSpecVersion<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