Skip to content
Snippets Groups Projects
Unverified Commit df366830 authored by bgallois's avatar bgallois
Browse files

fix pallets config

parent 9d0c7835
No related branches found
No related tags found
No related merge requests found
...@@ -152,8 +152,8 @@ macro_rules! pallets_config { ...@@ -152,8 +152,8 @@ macro_rules! pallets_config {
type AccountStore = Account; type AccountStore = Account;
type HoldIdentifier = (); type HoldIdentifier = ();
type FreezeIdentifier = (); type FreezeIdentifier = ();
type MaxHolds = frame_support::pallet_prelude::ConstU32<50>; type MaxHolds = frame_support::pallet_prelude::ConstU32<0>;
type MaxFreezes = frame_support::pallet_prelude::ConstU32<50>; type MaxFreezes = frame_support::pallet_prelude::ConstU32<0>;
/// The ubiquitous event type. /// The ubiquitous event type.
type RuntimeEvent = RuntimeEvent; type RuntimeEvent = RuntimeEvent;
type WeightInfo = common_runtime::weights::pallet_balances::WeightInfo<Runtime>; type WeightInfo = common_runtime::weights::pallet_balances::WeightInfo<Runtime>;
......
...@@ -153,7 +153,7 @@ mod benches { ...@@ -153,7 +153,7 @@ mod benches {
[pallet_membership, SmithMembership] [pallet_membership, SmithMembership]
[pallet_authority_members, AuthorityMembers] [pallet_authority_members, AuthorityMembers]
// Substrate // Substrate
[pallet_balances, Balances] //TODO: failling at https://github.com/paritytech/substrate/blob/6ef184e33f6ce0f56999ae84b212ea6148c0624d/frame/balances/src/benchmarking.rs#L272 [pallet_balances, Balances]
[frame_benchmarking::baseline, Baseline::<Runtime>] [frame_benchmarking::baseline, Baseline::<Runtime>]
[pallet_collective, TechnicalCommittee] [pallet_collective, TechnicalCommittee]
[pallet_session, SessionBench::<Runtime>] [pallet_session, SessionBench::<Runtime>]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment