Skip to content

Commit

Permalink
chore: remove reference to connection
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurapov committed Sep 27, 2023
1 parent fd7080c commit 97afd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/open-payments/src/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export interface UnauthenticatedClient {
}

/**
* Creates an OpenPayments client that is only able to make requests to get wallet addresses, wallet address keys, and ILP connections.
* Creates an OpenPayments client that is only able to make requests to get wallet addresses, and wallet address keys.
*/
export const createUnauthenticatedClient = async (
args: CreateUnauthenticatedClientArgs
Expand Down

0 comments on commit 97afd6c

Please sign in to comment.