Skip to content

Commit

Permalink
use parachain block number for vesting in mandala (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc authored Aug 15, 2021
1 parent dbe52df commit f4dfccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/mandala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ impl orml_vesting::Config for Runtime {
type VestedTransferOrigin = EnsureRootOrTreasury;
type WeightInfo = weights::orml_vesting::WeightInfo<Runtime>;
type MaxVestingSchedules = MaxVestingSchedules;
type BlockNumberProvider = RelaychainBlockNumberProvider<Runtime>;
type BlockNumberProvider = System;
}

parameter_types! {
Expand Down

0 comments on commit f4dfccd

Please sign in to comment.