mirror of
https://github.com/logos-blockchain/logos-blockchain-simulations.git
synced 2026-01-09 08:33:10 +00:00
variable gas limit is a parameter
This commit is contained in:
parent
323fcf56a0
commit
b6a1e5db68
@ -54,7 +54,7 @@ def run_simulation(params: SimulationParameters) -> Tuple[pd.DataFrame, pd.DataF
|
||||
demand_size,
|
||||
fee_cap_range=params.fee_cap_range,
|
||||
max_tip_pct=params.max_tip_pct,
|
||||
variable_gas=True
|
||||
variable_gas=params.variable_gas_limits
|
||||
)
|
||||
|
||||
stop_below_gas_limit:bool = _generate_random_bool(params.probability_stop_below_gas_limit)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user