Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
fixup! fix(ethSignTypedData): Support domain-only signs
Browse files Browse the repository at this point in the history
Fixes missing eip712-domain-only capability in
getUnavailableCapabilities() unit test
  • Loading branch information
aloisklink committed Feb 4, 2022
1 parent 0bff3e5 commit 2fbfc67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/utils/__tests__/deviceFeaturesUtils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ describe('utils/deviceFeaturesUtils', () => {
replaceTransaction: 'update-required',
decreaseOutput: 'update-required',
eip1559: 'update-required',
'eip712-domain-only': 'update-required',
taproot: 'update-required',
signMessageNoScriptType: 'update-required',
});
Expand All @@ -136,6 +137,7 @@ describe('utils/deviceFeaturesUtils', () => {
replaceTransaction: 'update-required',
decreaseOutput: 'update-required',
eip1559: 'update-required',
'eip712-domain-only': 'update-required',
taproot: 'update-required',
signMessageNoScriptType: 'update-required',
});
Expand Down

0 comments on commit 2fbfc67

Please sign in to comment.