Skip to content

Commit 39cc64a

Browse files
committed
refactor: revert deprecation notice (v2 keyrings are not fully available yet)
1 parent 54abb25 commit 39cc64a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/keyring-controller/src/KeyringController.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,7 +1857,7 @@ export class KeyringController<
18571857
* @returns Promise resolving to the result of the function execution.
18581858
* @template SelectedKeyring - The type of the selected keyring.
18591859
* @template CallbackResult - The type of the value resolved by the callback function.
1860-
* @deprecated Use `withKeyringV2` instead, which supports the KeyringV2 API.
1860+
* @deprecated This method overload is deprecated. Use `withKeyring` without options instead.
18611861
*/
18621862
async withKeyring<
18631863
SelectedKeyring extends EthKeyring = EthKeyring,
@@ -1891,7 +1891,6 @@ export class KeyringController<
18911891
* @returns Promise resolving to the result of the function execution.
18921892
* @template SelectedKeyring - The type of the selected keyring.
18931893
* @template CallbackResult - The type of the value resolved by the callback function.
1894-
* @deprecated Use `withKeyringV2` instead, which supports the KeyringV2 API.
18951894
*/
18961895
async withKeyring<
18971896
SelectedKeyring extends EthKeyring = EthKeyring,

0 commit comments

Comments
 (0)