remove unused constant: MaxValueSize (#12839)

This commit is contained in:
cuteolaf
2023-01-03 14:41:31 -08:00
committed by GitHub
parent 8508c0ed1f
commit 83c1ffd7a5
-1
View File
@@ -1181,7 +1181,6 @@ impl pallet_tips::Config for Runtime {
parameter_types! {
pub const DepositPerItem: Balance = deposit(1, 0);
pub const DepositPerByte: Balance = deposit(0, 1);
pub const MaxValueSize: u32 = 16 * 1024;
pub const DeletionQueueDepth: u32 = 128;
// The lazy deletion runs inside on_initialize.
pub DeletionWeightLimit: Weight = RuntimeBlockWeights::get()