Skip to content

Commit

Permalink
setting gas_floor_target in the hbbft_config_generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
SurfingNerd committed Oct 18, 2024
1 parent 8a3766d commit 9e13081
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ fn to_toml(
// this makes sure that the min_gas_price wont be higher then the gas pricce the DAO decides.
mining.insert("min_gas_price".into(), Value::Integer(1000));
mining.insert("reseal_on_txs".into(), Value::String("none".into()));
mining.insert("gas_floor_target".into(), Value::String("300000000".into()));
mining.insert("reseal_min_period".into(), Value::Integer(0));

if let Some(tx_queue_per_sender_) = tx_queue_per_sender {
Expand Down

0 comments on commit 9e13081

Please sign in to comment.