From 68e68344dcf95a6ca624f8b701b76bd1634a78f5 Mon Sep 17 00:00:00 2001 From: usetech-llc Date: Wed, 09 Dec 2020 12:58:34 +0000 Subject: [PATCH] Merge pull request #17 from usetech-llc/feature/nftpar_162 NFTPAR-162. Move contracts to tombstone when evicted --- --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -326,7 +326,7 @@ pub const DOLLARS: Balance = 100 * CENTS; parameter_types! { - pub const TombstoneDeposit: Balance = 16 * MILLICENTS; + pub const TombstoneDeposit: Balance = 0; pub const RentByteFee: Balance = 4 * MILLICENTS; pub const RentDepositOffset: Balance = 1000 * MILLICENTS; pub const SurchargeReward: Balance = 150 * MILLICENTS; -- gitstuff