We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3361a52 commit 542f044Copy full SHA for 542f044
1 file changed
pallets/runtime/common/src/runtime.rs
@@ -249,9 +249,9 @@ macro_rules! misc_pallet_impls {
249
type WeightInfo = polymesh_weights::pallet_balances::SubstrateWeight;
250
type Balance = Balance;
251
type DustRemoval = ();
252
- //#[cfg(not(feature = "runtime-benchmarks"))]
253
- //type ExistentialDeposit = ExistentialDeposit;
254
- //#[cfg(feature = "runtime-benchmarks")]
+ #[cfg(not(feature = "runtime-benchmarks"))]
+ type ExistentialDeposit = ExistentialDeposit;
+ #[cfg(feature = "runtime-benchmarks")]
255
type ExistentialDeposit = BenchmarkEd;
256
type AccountStore = frame_system::Pallet<Runtime>;
257
type ReserveIdentifier = [u8; 8];
0 commit comments