Increase total block weight.

main
Joshy Orndorff 2020-03-06 11:36:13 -05:00
parent 390af9f313
commit 333b2b4b70
No known key found for this signature in database
GPG Key ID: 4656E06A96D0CF3A
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ pub fn native_version() -> NativeVersion {
parameter_types! {
pub const BlockHashCount: BlockNumber = 250;
pub const MaximumBlockWeight: Weight = 1_000_000;
pub const MaximumBlockWeight: Weight = 1_000_000_000;
pub const AvailableBlockRatio: Perbill = Perbill::from_percent(75);
pub const MaximumBlockLength: u32 = 5 * 1024 * 1024;
pub const Version: RuntimeVersion = VERSION;