From 196b94f5d461badb474444b7c249636c08713f21 Mon Sep 17 00:00:00 2001 From: Rafal Czajkowski Date: Wed, 15 May 2024 10:21:41 +0200 Subject: [PATCH] Leave TODO in `LedgerLiveWalletApiBitcoinProvider` Leave TODO for unused variable. Currently this variable is not used but we should probably close the connection once the operation is finished. We will handle it in a separate PR. --- .../lib/bitcoin/providers/ledger-live-wallet-api-provider.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk/src/lib/bitcoin/providers/ledger-live-wallet-api-provider.ts b/sdk/src/lib/bitcoin/providers/ledger-live-wallet-api-provider.ts index b5bcaa26d..4d0e1bc00 100644 --- a/sdk/src/lib/bitcoin/providers/ledger-live-wallet-api-provider.ts +++ b/sdk/src/lib/bitcoin/providers/ledger-live-wallet-api-provider.ts @@ -17,6 +17,9 @@ export default class LedgerLiveWalletApiBitcoinProvider { readonly #walletApiClient: WalletAPIClient + // TODO: Currently this variable is not used but we should probably close the + // connection once the operation is finished. We will handle it in a separate + // PR. readonly #windowMessageTransport: WindowMessageTransport readonly #account: Account