File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -352,7 +352,6 @@ impl pallet_transaction_storage::Config for Runtime {
352352 type WeightInfo = pallet_transaction_storage:: weights:: SubstrateWeight < Runtime > ;
353353 type MaxBlockTransactions = ConstU32 < 512 > ;
354354 type MaxTransactionSize = ConstU32 < { 8 * 1024 * 1024 } > ;
355- type StoragePeriod = StoragePeriod ;
356355 type AuthorizationPeriod = AuthorizationPeriod ;
357356 type Authorizer = EnsureRoot < Self :: AccountId > ;
358357 type StoreRenewPriority = StoreRenewPriority ;
Original file line number Diff line number Diff line change @@ -351,7 +351,6 @@ impl pallet_transaction_storage::Config for Runtime {
351351 type MaxBlockTransactions = ConstU32 < 512 > ;
352352 /// Max transaction size per block needs to be aligned with [`BlockLength`].
353353 type MaxTransactionSize = ConstU32 < { 8 * 1024 * 1024 } > ;
354- type StoragePeriod = StoragePeriod ;
355354 type AuthorizationPeriod = AuthorizationPeriod ;
356355 type Authorizer = EnsureRoot < Self :: AccountId > ;
357356 type StoreRenewPriority = StoreRenewPriority ;
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ impl pallet_transaction_storage::Config for Runtime {
5151 type MaxBlockTransactions = crate :: ConstU32 < 512 > ;
5252 /// Max transaction size per block needs to be aligned with `BlockLength`.
5353 type MaxTransactionSize = crate :: ConstU32 < { 8 * 1024 * 1024 } > ;
54- type StoragePeriod = StoragePeriod ;
5554 type AuthorizationPeriod = AuthorizationPeriod ;
5655 type Authorizer = EitherOfDiverse <
5756 // Root can do whatever.
You can’t perform that action at this time.
0 commit comments