From 058afac1b3abcfac837ec8fc0e635e3311729a63 Mon Sep 17 00:00:00 2001 From: "@greweb" Date: Mon, 31 Jan 2022 12:25:42 +0100 Subject: [PATCH] LL-8968 throw error of provideNFTInformation --- packages/hw-app-eth/src/Eth.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/hw-app-eth/src/Eth.ts b/packages/hw-app-eth/src/Eth.ts index e12835f73..059319336 100644 --- a/packages/hw-app-eth/src/Eth.ts +++ b/packages/hw-app-eth/src/Eth.ts @@ -1185,10 +1185,6 @@ function provideNFTInformation( return transport.send(0xe0, 0x14, 0x00, 0x00, data).then( () => true, (e) => { - if (e && e.statusCode === 0x6a80) { - // some issue with providing the data - return false; - } if (e && e.statusCode === 0x6d00) { // older version of ETH app => error because we don't allow blind sign when NFT is explicitly requested to be resolved. throw new EthAppNftNotSupported();