Skip to content

Commit b7a6d83

Browse files
committed
Change back to our ExistentialDeposit of zero.
1 parent 96225ec commit b7a6d83

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
@@ -250,9 +250,9 @@ macro_rules! misc_pallet_impls {
250250
type WeightInfo = polymesh_weights::pallet_balances::SubstrateWeight;
251251
type Balance = Balance;
252252
type DustRemoval = ();
253-
//#[cfg(not(feature = "runtime-benchmarks"))]
254-
//type ExistentialDeposit = ExistentialDeposit;
255-
//#[cfg(feature = "runtime-benchmarks")]
253+
#[cfg(not(feature = "runtime-benchmarks"))]
254+
type ExistentialDeposit = ExistentialDeposit;
255+
#[cfg(feature = "runtime-benchmarks")]
256256
type ExistentialDeposit = BenchmarkEd;
257257
type AccountStore = frame_system::Pallet<Runtime>;
258258
type ReserveIdentifier = [u8; 8];

0 commit comments

Comments
 (0)