diff --git a/sketch.js b/sketch.js index e77da99..73d5abd 100644 --- a/sketch.js +++ b/sketch.js @@ -2138,6 +2138,7 @@ class UTXODisplay extends InputOutputDisplayElement { ls.innerHTML = ""; ls.appendChild(getLS()); } + resetRS(); } catch (ex) { addI.classList.add("error"); print(ex);