Merge pull request #4921 from mempool/mononaut/fix-accel-highlight
Fix new acceleration visualization color change
This commit is contained in:
		
						commit
						f7e6fa026d
					
				| @ -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].feerate = tx.rate || (this.txs[tx.txid].fee / this.txs[tx.txid].vsize); | ||||||
|           this.txs[tx.txid].rate = tx.rate; |           this.txs[tx.txid].rate = tx.rate; | ||||||
|           this.txs[tx.txid].dirty = true; |           this.txs[tx.txid].dirty = true; | ||||||
|  |           this.updateColor(this.txs[tx.txid], startTime, 50, true); | ||||||
|         } |         } | ||||||
|       }); |       }); | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user