Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: match signature request and message params ID (#5102)
## Explanation Ensure the signature request `id` and message params `metamaskId` use the same value so that legacy code using only the message params can locate the associated signature request. ## References ## Changelog ### `@metamask/signature-controller` - **FIXED**: Use same value for signature request `id` and message params `metamaskId`. ## 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 - [x] I've highlighted breaking changes using the "BREAKING" category above as appropriate - [x] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes
- Loading branch information