You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -217,13 +217,13 @@ The following steps are expected to be done **during** the ceremony.
217
217
218
218
12. **VN Deployment Verification**
219
219
220
-
11.1. Check the account presence on the ledger: `dcld query auth account --address="<address>"`.
220
+
12.1. Check the account presence on the ledger: `dcld query auth account --address="<address>"`.
221
221
222
-
11.2. Check the node service is running: `systemctl status dcld`
222
+
12.2. Check the node service is running: `systemctl status dcld`
223
223
224
-
11.3. Check the node gets new blocks: `dcld status`. Make sure that `result.sync_info.latest_block_height` is increasing over the time (once in about 5 sec).
224
+
12.3. Check the node gets new blocks: `dcld status`. Make sure that `result.sync_info.latest_block_height` is increasing over the time (once in about 5 sec).
225
225
226
-
11.4. Make sure the VN participates in consensus: `dcld query tendermint-validator-set` must contain the VN's address.
226
+
12.4. Make sure the VN participates in consensus: `dcld query tendermint-validator-set` must contain the VN's address.
0 commit comments