fix pool-dependent accelerated audit handling

This commit is contained in:
Mononaut
2023-07-18 17:30:51 +09:00
parent 7247a616e5
commit a4bdf4abe4
3 changed files with 11 additions and 10 deletions

View File

@@ -130,7 +130,7 @@ impl AuditTransaction {
score: 0.0,
used: false,
modified: false,
dirty: effective_fee_per_vsize != tx.effective_fee_per_vsize,
dirty: effective_fee_per_vsize != tx.effective_fee_per_vsize || fee_delta > 0.0,
}
}