From a7a9f28ab4c7f121ab113ae2fc52e3c7d08951c1 Mon Sep 17 00:00:00 2001 From: pdp2121 <71317875+pdp2121@users.noreply.github.com> Date: Tue, 31 Jan 2023 11:58:37 -0500 Subject: [PATCH] Update content/_code-samples/claim-payment-channel/js/claimPayChannel.ts Co-authored-by: Jackson Mills --- .../_code-samples/claim-payment-channel/js/claimPayChannel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_code-samples/claim-payment-channel/js/claimPayChannel.ts b/content/_code-samples/claim-payment-channel/js/claimPayChannel.ts index 4b3a3026af..b1b3565fc5 100644 --- a/content/_code-samples/claim-payment-channel/js/claimPayChannel.ts +++ b/content/_code-samples/claim-payment-channel/js/claimPayChannel.ts @@ -47,7 +47,7 @@ async function claimPayChannel(): Promise { const accountObjects = (await client.request(accountObjectsRequest)).result .account_objects - console.log(accountObjects) + console.log("Account Objects:", accountObjects) // destination claims the Payment Channel and we see the balances to verify. const paymentChannelClaim: PaymentChannelClaim = {