Merge pull request #4771 from mempool/mononaut/update-bid-boost

Update acceleration audit to match latest bid boost version
This commit is contained in:
wiz 2024-03-16 17:19:34 +09:00 committed by GitHub
commit d3c5cbde7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ class AccelerationCosts {
}
}
if (!isPrioritized) {
if (!isAccelerated || !lastEffectiveRate) {
if (!isAccelerated) {
lastEffectiveRate = tx.effectiveFeePerVsize;
}
}