Skip to content

Commit

Permalink
fix: custody keyring name (#3803)
Browse files Browse the repository at this point in the history
## Explanation

This PR updates the custody keyring name and removes the need for a
patch to be used in the extension client.

## References

* [Fixes #216
](MetaMask/accounts-planning#216)
## Changelog

### `@metamask/keyring-controller`

- **UPDATES**: The custody keyring type name from `Custody` to `Custody
JSONRPC`

## Checklist

- [x] I've updated the test suite for new or updated code as appropriate
- [x] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [ ] I've highlighted breaking changes using the "BREAKING" category
above as appropriate
  • Loading branch information
montelaidev authored Jan 22, 2024
1 parent d5ad4bb commit ee80823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/keyring-controller/src/KeyringController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export enum KeyringTypes {
ledger = 'Ledger Hardware',
lattice = 'Lattice Hardware',
snap = 'Snap Keyring',
custody = 'Custody',
custody = 'Custody - JSONRPC',
}

/**
Expand Down

0 comments on commit ee80823

Please sign in to comment.