Change BlockHashCount Parameter in Node/Node Template (#5990)

* change BlockHashCount param

* fix test and lock
This commit is contained in:
joe petrowski
2020-05-13 10:46:39 +02:00
committed by GitHub
parent e4edd502bf
commit b718c45dbd
4 changed files with 4 additions and 4 deletions
@@ -123,7 +123,7 @@ pub fn native_version() -> NativeVersion {
}
parameter_types! {
pub const BlockHashCount: BlockNumber = 250;
pub const BlockHashCount: BlockNumber = 2400;
/// We allow for 2 seconds of compute with a 6 second average block time.
pub const MaximumBlockWeight: Weight = 2 * WEIGHT_PER_SECOND;
pub const AvailableBlockRatio: Perbill = Perbill::from_percent(75);