Skip to content

Commit

Permalink
Fix a tiny typo (paritytech#6229)
Browse files Browse the repository at this point in the history
Just fix a tiny typo
  • Loading branch information
jasl authored and mordamax committed Oct 25, 2024
1 parent 3e11963 commit 916f053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/solochain/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down

0 comments on commit 916f053

Please sign in to comment.