Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
remove unused constant: MaxValueSize (#12839)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuteolaf authored Jan 3, 2023
1 parent 653eb0d commit 6e52d60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6e52d60

Please sign in to comment.