m.l.Debug("Reusing the previous fee cap","previous",tx.GasFeeCap(),"suggested",gasFeeCap)
m.l.Debug("Reusing the previous fee cap","previous",tx.GasFeeCap(),"suggested",gasFeeCap)
gasFeeCap=tx.GasFeeCap()
gasFeeCap=tx.GasFeeCap()
reusedFeeCap=true
reusedFeeCap=true
}else{
m.l.Debug("Overriding the fee cap to enforce a price bump because we increased the tip","previous",tx.GasFeeCap(),"suggested",gasFeeCap,"new",thresholdFeeCap)
gasFeeCap=thresholdFeeCap
}
}elseifthresholdFeeCap.Cmp(gasFeeCap)>0{
}elseifthresholdFeeCap.Cmp(gasFeeCap)>0{
ifreusedTip{
// TODO (CLI-3620): Increase the basefee then recompute the feecap
m.l.Warn("Overriding the fee cap to enforce a price bump without increasing the tip. Will likely result in ErrReplacementUnderpriced",