mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
vc: increase default gas limit (#6897)
Increases default gas limit to 36M.
This commit is contained in:
@@ -497,7 +497,7 @@ fn no_doppelganger_protection_flag() {
|
||||
fn no_gas_limit_flag() {
|
||||
CommandLineTest::new()
|
||||
.run()
|
||||
.with_config(|config| assert!(config.validator_store.gas_limit == Some(30_000_000)));
|
||||
.with_config(|config| assert!(config.validator_store.gas_limit == Some(36_000_000)));
|
||||
}
|
||||
#[test]
|
||||
fn gas_limit_flag() {
|
||||
|
||||
Reference in New Issue
Block a user