Skip to content

Commit

Permalink
able to change redeem currency id
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Jul 8, 2023
1 parent 3d4f0fe commit 90bb239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/acala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1680,7 +1680,7 @@ impl module_liquid_crowdloan::Config for Runtime {
type LiquidCrowdloanCurrencyId = LiquidCrowdloanCurrencyId;
type RelayChainCurrencyId = GetStakingCurrencyId;
type PalletId = LiquidCrowdloanPalletId;
type GovernanceOrigin = EnsureRootOrHalfGeneralCouncil;
type GovernanceOrigin = EnsureRootOrThreeFourthsGeneralCouncil;
type CrowdloanVault = CrowdloanVault;
type XcmTransfer = XcmInterface;
type WeightInfo = weights::module_liquid_crowdloan::WeightInfo<Runtime>;
Expand Down

0 comments on commit 90bb239

Please sign in to comment.