Merge pull request #4771 from mempool/mononaut/update-bid-boost
Update acceleration audit to match latest bid boost version
This commit is contained in:
commit
d3c5cbde7f
@ -107,7 +107,7 @@ class AccelerationCosts {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!isPrioritized) {
|
if (!isPrioritized) {
|
||||||
if (!isAccelerated || !lastEffectiveRate) {
|
if (!isAccelerated) {
|
||||||
lastEffectiveRate = tx.effectiveFeePerVsize;
|
lastEffectiveRate = tx.effectiveFeePerVsize;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user