Skip to content

Commit

Permalink
remove unused constant: MaxValueSize (paritytech#12839)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuteolaf authored and ark0f committed Feb 27, 2023
1 parent f547f59 commit 20ea8bb
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 20ea8bb

Please sign in to comment.