Update troubleshooting instructions

This commit is contained in:
Shreerang Kale 2024-10-21 10:32:06 +05:30
parent 5584262fa8
commit 66951d5cb8

View File

@ -756,6 +756,18 @@ Perform swaps using a swap channel created with another Nitro node over the mirr
## Troubleshooting
* Check the logs of nitro node to see if the objective is completed
```bash
# To check logs of L1 nitro-node
laconic-so deployment --dir l1-nitro-deployment logs nitro-node -f --tail 30
# To check logs of L2 nitro-node
laconic-so deployment --dir l2-nitro-deployment logs nitro-node -f --tail 30
```
* If the objective is completed, you can safely stop (`Ctrl+C`) the running CLI command and continue with the further instructions
* Stop (`Ctrl+C`) the direct-fund command if it is stuck
* Restart the L1 Nitro node: