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