|
62 | 62 | <div id="collapseLivePeers" class="accordion-collapse collapse show" aria-labelledby="headingLivePeers" data-bs-parent="#accordionMain"> |
63 | 63 | <div class="card card-body"> |
64 | 64 | {[{ if gt .livePeersCount 0 }]} |
65 | | - <p class="text-secondary">{[{ .livePeersCount }]} real-time live peers from our node:</p> |
| 65 | + <div>{[{ .livePeersCount }]} live peers:</div> |
| 66 | + <div class="text-secondary"><i>real-time data from our node</i></div> |
66 | 67 | <pre class="border p-2"><code>{[{ .livePeers }]}</code></pre> |
67 | 68 | {[{ else }]} |
68 | | - <h3 class="text-danger">Live peers temporary not available</h3> |
| 69 | + <h3 class="text-danger">Live peers list is temporary not available</h3> |
69 | 70 | {[{ end }]} |
70 | 71 | </div> |
71 | 72 | </div> |
@@ -157,11 +158,13 @@ mv addrbook.json $HOME/{[{ .generalNodeHomeName }]}/config</code></pre> |
157 | 158 | <p class="text-warning">Do not state-sync a validator node, instead state-sync a full-node and move data to validator node. Be sure backup and restore <b>`priv_validator_key.json`</b></p> |
158 | 159 | <p>Our state-sync RPC server for {[{ .chainName }]} is</p> |
159 | 160 | <pre class="border p-2"><code>{[{ .rpcUrl }]}</code></pre> |
160 | | - <p> |
161 | | - Prepare a reusable script <b>`state_sync.sh`</b> with the following code. |
162 | | - The code will fetch important state-sync information (such as block height and trust hash) |
163 | | - from RPC server and update your <b>`config.toml`</b> file accordingly. |
164 | | - </p> |
| 161 | + <div> |
| 162 | + <div>Prepare a reusable script <b>`state_sync.sh`</b> with the following code.</div> |
| 163 | + <div class="text-secondary"> |
| 164 | + <i>The code will fetch important state-sync information (such as block height and trust hash) |
| 165 | + from RPC server and update your <b>`config.toml`</b> file accordingly.</i> |
| 166 | + </div> |
| 167 | + </div> |
165 | 168 | <pre class="border p-2"><code>#!/bin/bash |
166 | 169 |
|
167 | 170 | SNAP_RPC="{[{ .rpcUrl }]}" |
|
0 commit comments