Skip to content

Commit 542f044

Browse files
committed
Change back to our ExistentialDeposit of zero.
1 parent 3361a52 commit 542f044

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pallets/runtime/common/src/runtime.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,9 @@ macro_rules! misc_pallet_impls {
249249
type WeightInfo = polymesh_weights::pallet_balances::SubstrateWeight;
250250
type Balance = Balance;
251251
type DustRemoval = ();
252-
//#[cfg(not(feature = "runtime-benchmarks"))]
253-
//type ExistentialDeposit = ExistentialDeposit;
254-
//#[cfg(feature = "runtime-benchmarks")]
252+
#[cfg(not(feature = "runtime-benchmarks"))]
253+
type ExistentialDeposit = ExistentialDeposit;
254+
#[cfg(feature = "runtime-benchmarks")]
255255
type ExistentialDeposit = BenchmarkEd;
256256
type AccountStore = frame_system::Pallet<Runtime>;
257257
type ReserveIdentifier = [u8; 8];

0 commit comments

Comments
 (0)