Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ark930 committed Aug 10, 2021
1 parent c1d4bb9 commit 3bafdb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/bifrost/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ construct_runtime! {
Scheduler: pallet_scheduler::{Pallet, Call, Storage, Event<T>} = 51,

// Vesting. Usable initially, but removed once all vesting is finished.
BifrostVesting: bifrost_vesting::{Pallet, Call, Storage, Event<T>, Config<T>} = 60,
Vesting: pallet_vesting::{Pallet, Call, Storage, Event<T>, Config<T>} = 60,
}
}

Expand Down

0 comments on commit 3bafdb3

Please sign in to comment.