mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 06:47:52 +01:00
Update acceleration audit to match latest bid boost version
This commit is contained in:
parent
c12e664b9a
commit
e171c7694c
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class AccelerationCosts {
|
|||
}
|
||||
}
|
||||
if (!isPrioritized) {
|
||||
if (!isAccelerated || !lastEffectiveRate) {
|
||||
if (!isAccelerated) {
|
||||
lastEffectiveRate = tx.effectiveFeePerVsize;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue