Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
Update error message for new blind signing wording (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
TamtamHero authored Oct 1, 2021
1 parent fdc954b commit 95cdc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hw-app-eth/src/Eth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function maybeHexBuffer(
const remapTransactionRelatedErrors = (e) => {
if (e && e.statusCode === 0x6a80) {
return new EthAppPleaseEnableContractData(
"Please enable Contract data on the Ethereum app Settings"
"Please enable Blind signing or Contract data in the Ethereum app Settings"
);
}

Expand Down

0 comments on commit 95cdc9e

Please sign in to comment.