From 8dc7f707b55014ae79e7e0743353a8c53dfa5061 Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Thu, 24 Oct 2024 11:01:40 +0530 Subject: [PATCH] Add note for getting swap channel ID --- testnet-nitro-node.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testnet-nitro-node.md b/testnet-nitro-node.md index 11f61ee..0d91680 100644 --- a/testnet-nitro-node.md +++ b/testnet-nitro-node.md @@ -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