Skip to content

Commit

Permalink
fix(kreivo-runtime): make ci happy
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Jan 5, 2025
1 parent 9d1ee48 commit 3dfcfe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions runtime/kreivo/src/communities/kreivo_memberships.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ use super::*;
use fc_traits_memberships::OnMembershipAssigned;
use frame_support::traits::nonfungibles_v2::{Inspect as NonFunsInspect, Mutate};

const WELL_KNOWN_ATTR_KEYS: [&[u8]; 3] = [
&*b"membership_member_rank",
&*b"membership_gas",
&*b"membership_expiration",
];
const WELL_KNOWN_ATTR_KEYS: [&[u8]; 3] = [b"membership_member_rank", b"membership_gas", b"membership_expiration"];

parameter_types! {
pub TemplatePropertiesOnAssignMembership: Box<dyn OnMembershipAssigned<AccountId, CommunityId, MembershipId>> =
Expand Down
2 changes: 1 addition & 1 deletion runtime/kreivo/src/configuration/system_support.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ parameter_types! {
pub NeverPays: Option<pallet_pass::DepositInformation<Runtime>> = None;
}

/// A [`Challenger`][`fc_traits_authn::Challenger`] which verifies the
/// A [`Challenger`][`fc_traits_authn::Challenger`] which verifies the
/// block hash of a block of a given block that's within the last `PAST_BLOCKS`.
pub struct BlockHashChallenger<const PAST_BLOCKS: BlockNumber>;

Expand Down

0 comments on commit 3dfcfe1

Please sign in to comment.