mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 09:46:09 +00:00
publish: ⚡ Change main live canvas to act like a mempool
generated from commit d19d56a6e55c30e51be9618e66dedd60f1d2a349
This commit is contained in:
parent
5202046578
commit
a27fc74a30
2 changed files with 1 additions and 2 deletions
|
@ -19094,7 +19094,6 @@ function () {
|
||||||
paintIndex: parseInt(data.txid.slice(17, 21), 16) / 65536,
|
paintIndex: parseInt(data.txid.slice(17, 21), 16) / 65536,
|
||||||
color: isMixing ? _constants.COLORS.black : !isSimple ? _constants.COLORS.white : 'var(--color-' + Math.floor(parseInt(data.txid.slice(21, 23), 16) / 256 * _this3.blockColors.length) + ')'
|
color: isMixing ? _constants.COLORS.black : !isSimple ? _constants.COLORS.white : 'var(--color-' + Math.floor(parseInt(data.txid.slice(21, 23), 16) / 256 * _this3.blockColors.length) + ')'
|
||||||
};
|
};
|
||||||
console.log('tx: ' + tx.value + (tx.mixing ? ' mixing' : '') + (isInstant ? ' instant' : ''));
|
|
||||||
var paint = document.createElement('div');
|
var paint = document.createElement('div');
|
||||||
paint.id = tx.id;
|
paint.id = tx.id;
|
||||||
paint.classList.add('paint');
|
paint.classList.add('paint');
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue