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