mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-31 11:44:33 +01:00
23 lines
698 B
HTML
23 lines
698 B
HTML
<!DOCTYPE html>
|
|
|
|
<html xmlns:th="https://www.thymeleaf.org" th:replace="~{fragments/layout :: layout (~{::body})}">
|
|
|
|
<body>
|
|
|
|
<div th:replace="~{fragments/page-title :: title(${error})}"/>
|
|
|
|
<p>If you use the search, your query may be:</p>
|
|
<ol class="list-group list-group-flush">
|
|
<li class="list-group-item">1. Channel ID (e.g. 774909407114231809, 704776x2087x1, 704776:2087:1,
|
|
b343cb900bc9d606c02dc01954c78a52be4f4653e8a4ed69ce06ff7087802756:1)
|
|
</li>
|
|
<li class="list-group-item">2. Node Public Key (e.g.
|
|
03864ef025fde8fb587d989186ce6a4a186895ee44a926bfc370e2c366597a3f8f)
|
|
</li>
|
|
<li class="list-group-item">3. Node Alias (e.g. ACINQ)</li>
|
|
</ol>
|
|
|
|
</body>
|
|
|
|
</html>
|