Skip to content

Commit afff82e

Browse files
Removed plugin requirement for provide NFT info
1 parent 1576116 commit afff82e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src_features/provideNFTInformation/cmd_provideNFTInfo.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ uint16_t handleProvideNFTInformation(const uint8_t *workBuffer,
6161

6262
PRINTF("In handle provide NFTInformation\n");
6363

64-
if ((pluginType != ERC721) && (pluginType != ERC1155)) {
65-
PRINTF("NFT metadata provided without proper plugin loaded!\n");
66-
return APDU_RESPONSE_CONDITION_NOT_SATISFIED;
67-
}
6864
nft = &get_current_asset_info()->nft;
6965

7066
PRINTF("Provisioning currentAssetIndex %d\n", tmpCtx.transactionContext.currentAssetIndex);

0 commit comments

Comments
 (0)