Fix new acceleration color change
This commit is contained in:
parent
b952642570
commit
ad8fa8722f
@ -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