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

Commit

Permalink
LL-8968 throw error of provideNFTInformation (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
gre authored Jan 31, 2022
1 parent d3ff6d0 commit fe8a810
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/hw-app-eth/src/Eth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1251,10 +1251,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();
Expand Down

0 comments on commit fe8a810

Please sign in to comment.