mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 13:27:57 +00:00
remove unused constant: MaxValueSize (#12839)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user