Pallet Indices (#7137)

This commit is contained in:
Shawn Tabrizi
2020-09-18 11:16:41 +02:00
committed by GitHub
parent a9c73113a8
commit a3080f27f1
6 changed files with 124 additions and 42 deletions
+1 -1
View File
@@ -320,7 +320,7 @@ impl pallet_indices::Trait for Runtime {
type Currency = Balances;
type Deposit = IndexDeposit;
type Event = Event;
type WeightInfo = ();
type WeightInfo = weights::pallet_indices::WeightInfo;
}
parameter_types! {