publish: Change main live canvas to act like a mempool

generated from commit 933822399b9caa51a068ee97db4a868edff2fd82
This commit is contained in:
Joshua Seigler 2019-04-08 09:33:48 -04:00
parent a27fc74a30
commit ca30dca443
2 changed files with 4 additions and 2 deletions

View file

@ -19053,7 +19053,9 @@ function () {
_this2.mempoolRefs.filter(function (item) { _this2.mempoolRefs.filter(function (item) {
if (item.data_ignored > 4) { if (item.data_ignored > 4) {
_this2.hero.removeChild(item); try {
_this2.hero.removeChild(item);
} catch (err) {}
return false; return false;
} }

File diff suppressed because one or more lines are too long