include block height in the node's html status web page.

pull/3416/head
KPrasch 2024-01-23 22:16:26 +01:00
parent 7f4da9ed1c
commit 6bc2d4bad2
2 changed files with 4 additions and 3 deletions

View File

@ -183,6 +183,10 @@ def character_span(character):
%endfor
</td>
</tr>
<tr>
<td><i>Latest Scanned Block:</i></td>
<td>${ status_info.block_height }</td>
</tr>
</table>
%if status_info.known_nodes is not None:

View File

@ -1,6 +1,3 @@
import pytest