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
+1 -1
View File
@@ -124,7 +124,7 @@ impl OnUnbalanced<NegativeImbalance> for DealWithFees {
}
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 MaximumBlockLength: u32 = 5 * 1024 * 1024;