Skip to content

Commit

Permalink
fix: 💚 ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ignazio-bovo committed Apr 2, 2024
1 parent 48712c1 commit 52537b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions runtime-modules/proposals/codex/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pub enum ProposalDetails<
SetPalletFozenStatus(bool, FreezablePallet),

/// Update token constraints
UpdateTokenPalletTokenConstraints(TokenTokenConstraints),
UpdateTokenPalletTokenConstraints(TokenConstraints),

/// `DecreaseCouncilBudget` proposal
DecreaseCouncilBudget(Balance),
Expand All @@ -140,7 +140,7 @@ impl<
OpeningId,
ProposalId,
UpdateChannelPayoutsParameters,
TokenTokenConstraints,
TokenConstraints,
> Default
for ProposalDetails<
Balance,
Expand All @@ -150,7 +150,7 @@ impl<
OpeningId,
ProposalId,
UpdateChannelPayoutsParameters,
TokenTokenConstraints,
TokenConstraints,
>
{
fn default() -> Self {
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/integration/proposals/proposal_encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ impl ProposalEncoder<Runtime> for ExtrinsicProposalEncoder {
})
}
ProposalDetails::UpdateTokenPalletTokenConstraints(parameters) => {
RuntimeCall::ProjectToken(project_token::Call::update_governance_parameters {
RuntimeCall::ProjectToken(project_token::Call::update_token_constraints {
parameters,
})
}
Expand Down

0 comments on commit 52537b9

Please sign in to comment.