|
// Replace this with weight based on your runtime. |
|
type WeightInfo = pallet_state_trie_migration::weights::SubstrateWeight<Runtime>; |
The code is instructing to replace the weight with the generated one, but it is using the substrate one. Maybe it is time to deprecated this SubstrateWeight type in favor of a more explicit type like UnsafeTestnetWeight.