Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix rustfmt check
  • Loading branch information
Marcin-Radecki committed Feb 8, 2024
commit 1bf43497798c1df9241ffda58ce0744d0a7bd819
1 change: 0 additions & 1 deletion bin/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,6 @@ pub type SignedExtra = (
/// Should be cleared after every release.
pub type Migrations = (pallet_contracts::migration::Migration<Runtime>,);


/// Unchecked extrinsic type as expected by this runtime.
pub type UncheckedExtrinsic =
generic::UncheckedExtrinsic<Address, RuntimeCall, Signature, SignedExtra>;
Expand Down