Skip to content

Commit

Permalink
fix(penpal-runtime): missing Holder in PoolAssets config
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Sep 6, 2024
1 parent 5d7d874 commit 427a29b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cumulus/parachains/runtimes/testing/penpal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ impl pallet_assets::Config<PoolAssetsInstance> for Runtime {
type MetadataDepositPerByte = ConstU128<0>;
type ApprovalDeposit = ConstU128<0>;
type StringLimit = ConstU32<50>;
type Holder = ();
type Freezer = ();
type Extra = ();
type WeightInfo = pallet_assets::weights::SubstrateWeight<Runtime>;
Expand Down

0 comments on commit 427a29b

Please sign in to comment.