Add note for getting swap channel ID

This commit is contained in:
Shreerang Kale 2024-10-24 11:01:40 +05:30 committed by nabarun
parent 8b5be6cf29
commit 8dc7f707b5

View File

@ -450,6 +450,8 @@ Perform payments using a virtual payment channel created with another Nitro node
* Check L2 mirrored channel's status after the virtual payment channel is closed:
* This can be checked by both nodes
```bash
laconic-so deployment --dir l2-nitro-deployment exec nitro-rpc-client "nitro-rpc-client get-all-ledger-channels -p 4005 -h nitro-node"
@ -608,6 +610,8 @@ Perform swaps using a swap channel created with another Nitro node over the mirr
* For receiving the swap
* Note: The party receiving the swaps will need the swap channel ID from swap channel creator for responding to swaps
* Get the pending swap:
```bash