publish: 🐛 Fix privatesend tx display on static blocks and live loading sequence

generated from commit 0470dc0109
This commit is contained in:
Joshua Seigler 2019-04-08 00:18:21 -04:00
parent 349acbef27
commit d425124a74
2 changed files with 2 additions and 2 deletions

View file

@ -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