Skip to content

Commit

Permalink
fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmishra2005 committed Dec 31, 2024
1 parent 5c61845 commit c033616
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/cere-dev/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,6 @@ pub type UncheckedExtrinsic =
pub type SignedPayload = generic::SignedPayload<RuntimeCall, SignedExtra>;
/// Extrinsic type that has already been checked.
pub type CheckedExtrinsic = generic::CheckedExtrinsic<AccountId, RuntimeCall, SignedExtra>;
const IDENTITY_MIGRATION_KEY_LIMIT: u64 = u64::MAX;

/// Runtime migrations
type Migrations = (
Expand Down

0 comments on commit c033616

Please sign in to comment.