diff --git a/testnet-nitro-node.md b/testnet-nitro-node.md index ca498e4..d67a49e 100644 --- a/testnet-nitro-node.md +++ b/testnet-nitro-node.md @@ -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: