We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85643d6 commit e377ddaCopy full SHA for e377dda
aggregation_mode/proof_aggregator/src/backend/mod.rs
@@ -374,7 +374,7 @@ impl ProofAggregator {
374
// TODO: Move this to a separate method reset_gas_fees()
375
// Increase gas price/fees for retries before filling
376
if attempt > 0 {
377
- let multiplier = fee_multiplier.powi(attempt as i32);
+ let multiplier = fee_multiplier.powi(attempt);
378
379
info!(
380
"Retry attempt {} with increased fee ({}x)",
0 commit comments