Skip to content

Commit

Permalink
Removed plugin requirement for provide NFT info
Browse files Browse the repository at this point in the history
  • Loading branch information
apaillier-ledger committed Nov 25, 2024
1 parent 1576116 commit afff82e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src_features/provideNFTInformation/cmd_provideNFTInfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ uint16_t handleProvideNFTInformation(const uint8_t *workBuffer,

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

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

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

0 comments on commit afff82e

Please sign in to comment.