From 95cdc9e1af9150a7d3ea666686a345bc7cdf1cf1 Mon Sep 17 00:00:00 2001 From: Jean P <10632523+TamtamHero@users.noreply.github.com> Date: Fri, 1 Oct 2021 14:06:36 +0200 Subject: [PATCH] Update error message for new blind signing wording (#665) --- packages/hw-app-eth/src/Eth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hw-app-eth/src/Eth.ts b/packages/hw-app-eth/src/Eth.ts index 9a86d9922..8df42ea93 100644 --- a/packages/hw-app-eth/src/Eth.ts +++ b/packages/hw-app-eth/src/Eth.ts @@ -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" ); }