mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 12:17:58 +00:00
Change BlockHashCount Parameter in Node/Node Template (#5990)
* change BlockHashCount param * fix test and lock
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user