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

Commit dd3f32d

Browse files
authored
change BlockHashCount parameter (#1086)
1 parent 7b116e3 commit dd3f32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/common/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pub use impls::{CurrencyToVoteHandler, TargetedFeeAdjustment, ToAuthor};
5151
pub type NegativeImbalance<T> = <balances::Module<T> as Currency<<T as system::Trait>::AccountId>>::NegativeImbalance;
5252

5353
parameter_types! {
54-
pub const BlockHashCount: BlockNumber = 250;
54+
pub const BlockHashCount: BlockNumber = 2400;
5555
pub const MaximumBlockWeight: Weight = 2 * WEIGHT_PER_SECOND;
5656
pub const AvailableBlockRatio: Perbill = Perbill::from_percent(75);
5757
pub const MaximumBlockLength: u32 = 5 * 1024 * 1024;

0 commit comments

Comments
 (0)