Fix new acceleration color change

This commit is contained in:
Mononaut 2024-04-08 09:00:51 +00:00
parent b952642570
commit ad8fa8722f
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

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);
}
});