We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08545c0 commit dc9efd5Copy full SHA for dc9efd5
tokens/src/lib.rs
@@ -231,7 +231,7 @@ pub mod module {
231
// is zero or below ED.
232
type DustRemovalWhitelist: Contains<Self::AccountId>;
233
234
- /// The benchmarks need a way to create asset ids from u32s.
+ /// The benchmarks need a way to provide currency id.
235
#[cfg(feature = "runtime-benchmarks")]
236
type BenchmarkHelper: BenchmarkHelper<Self::CurrencyId>;
237
}
0 commit comments