mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 01:36:10 +00:00
publish: 🐛 fix black and white transactions which were invisible
generated from commit e37fa5e72e
This commit is contained in:
parent
6e85ec5665
commit
ef9b6e1cbb
2 changed files with 3 additions and 3 deletions
|
@ -18880,8 +18880,8 @@ var App = {
|
||||||
blockColors = generateColors(prevBlockHash);
|
blockColors = generateColors(prevBlockHash);
|
||||||
psInputSatoshis = [1000010000, 100001000, 10000100, 1000010, 100001];
|
psInputSatoshis = [1000010000, 100001000, 10000100, 1000010, 100001];
|
||||||
COLORS = {
|
COLORS = {
|
||||||
"private": 'black',
|
"private": '000000',
|
||||||
instant: 'white'
|
instant: 'ffffff'
|
||||||
};
|
};
|
||||||
PAINT = {
|
PAINT = {
|
||||||
big: ['paint-big01.svg', 'paint-big02.svg', 'paint-big03.svg', 'paint-big04.svg', 'paint-big05.svg', 'paint-big06.svg', 'paint-big07.svg', 'paint-big08.svg', 'paint-big09.svg', 'paint-big00.svg', 'paint-big01.svg', 'paint-big11.svg', 'paint-big12.svg'],
|
big: ['paint-big01.svg', 'paint-big02.svg', 'paint-big03.svg', 'paint-big04.svg', 'paint-big05.svg', 'paint-big06.svg', 'paint-big07.svg', 'paint-big08.svg', 'paint-big09.svg', 'paint-big00.svg', 'paint-big01.svg', 'paint-big11.svg', 'paint-big12.svg'],
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue