Skip to content

Commit 32dadb1

Browse files
Remove StoragePeriod
1 parent ae27ed5 commit 32dadb1

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

runtime/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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;

runtimes/bulletin-polkadot/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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;

runtimes/bulletin-westend/src/storage.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)