publish: Change main live canvas to act like a mempool

generated from commit d19d56a6e55c30e51be9618e66dedd60f1d2a349
This commit is contained in:
Joshua Seigler 2019-04-08 05:17:42 -04:00
parent 5202046578
commit a27fc74a30
2 changed files with 1 additions and 2 deletions

View file

@ -19094,7 +19094,6 @@ function () {
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) + ')'
};
console.log('tx: ' + tx.value + (tx.mixing ? ' mixing' : '') + (isInstant ? ' instant' : ''));
var paint = document.createElement('div');
paint.id = tx.id;
paint.classList.add('paint');