mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 01:36:10 +00:00
publish: 🐛 Fix privatesend tx display on static blocks and live loading sequence
generated from commit 0470dc0109
This commit is contained in:
parent
349acbef27
commit
d425124a74
2 changed files with 2 additions and 2 deletions
|
@ -19048,7 +19048,7 @@ function () {
|
||||||
var value = Object.values(i)[0];
|
var value = Object.values(i)[0];
|
||||||
|
|
||||||
if (typeof value == 'string') {
|
if (typeof value == 'string') {
|
||||||
value *= 100000000;
|
value = 100000000 * value;
|
||||||
}
|
}
|
||||||
|
|
||||||
return _constants.PSDENOMINATIONS.includes(value);
|
return _constants.PSDENOMINATIONS.includes(value);
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue