Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Enable bags-list pallet in polkadot #4080

Merged
merged 10 commits into from
Oct 25, 2021
Prev Previous commit
remove par
  • Loading branch information
kianenigma committed Oct 25, 2021
commit 12692ca63fec6d536a803a70d07fafd1830f49c3
2 changes: 1 addition & 1 deletion runtime/polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1369,7 +1369,7 @@ pub type Executive = frame_executive::Executive<
frame_system::ChainContext<Runtime>,
Runtime,
AllPallets,
(StakingBagsListMigrationV8),
StakingBagsListMigrationV8,
>;
/// The payload being signed in transactions.
pub type SignedPayload = generic::SignedPayload<Call, SignedExtra>;
Expand Down