Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 32d9b02

Browse files
authored
chore: update KeyringResponse comment (#103)
1 parent dfaf4ee commit 32d9b02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/api.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@ export const KeyringResponseStruct = union([
163163
* request will be handled asynchronously. Otherwise, the response must contain
164164
* the result of the request and `pending: false`.
165165
*
166-
* In the asynchronous case, the keyring can return a redirect URL to be shown
167-
* to the user. The user can choose to follow the link or cancel the request.
168-
* The main use case for this is to redirect the user to a third-party service
169-
* to approve the request.
166+
* In the asynchronous case, the keyring can return a redirect URL and message
167+
* to be shown to the user. The user can choose to follow the link or cancel
168+
* the request. The main use case for this is to redirect the user to the snap
169+
* dapp to review the request.
170170
*/
171171
export type KeyringResponse = Infer<typeof KeyringResponseStruct>;
172172

0 commit comments

Comments
 (0)