Fix mempool data retrieval, optimize performance

This commit is contained in:
Djuri 2023-11-09 00:15:04 +01:00
parent 42bd78867d
commit 8bad5ebafa
17 changed files with 69 additions and 23585 deletions

View file

@ -50,9 +50,9 @@
<p>Screen cycle:
<span onclick="toggleTimer({{ timerRunning }})" id="toggleTimerArea">
{{#if timerRunning}}
&#9205;
&#9205; running
{{else}}
&#9208;
&#9208; stopped
{{/if}}
</span>
</p>