Skip to content

Commit

Permalink
Leave TODO in LedgerLiveWalletApiBitcoinProvider
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
r-czajkowski committed May 15, 2024
1 parent 097cac2 commit 196b94f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 196b94f

Please sign in to comment.