Merge pull request #4921 from mempool/mononaut/fix-accel-highlight

Fix new acceleration visualization color change
This commit is contained in:
softsimon
2024-04-08 18:04:23 +09:00
committed by GitHub

View File

@@ -197,6 +197,7 @@ export default class BlockScene {
this.txs[tx.txid].feerate = tx.rate || (this.txs[tx.txid].fee / this.txs[tx.txid].vsize);
this.txs[tx.txid].rate = tx.rate;
this.txs[tx.txid].dirty = true;
this.updateColor(this.txs[tx.txid], startTime, 50, true);
}
});