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

LL-8968 throw error of provideNFTInformation #783

Merged
merged 1 commit into from
Jan 31, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -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();
Expand Down