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
@@ -378,7 +378,7 @@ impl From<frame_system::Event<Runtime>> for Event {
}
parameter_types! {
pub const BlockHashCount: BlockNumber = 250;
pub const BlockHashCount: BlockNumber = 2400;
pub const MinimumPeriod: u64 = 5;
pub const MaximumBlockWeight: Weight = 4 * 1024 * 1024;
pub const DbWeight: RuntimeDbWeight = RuntimeDbWeight {