Now uses the new asset util functions
Now the first asset is properly stored at index 0 instead of 1
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#define NO_EXTRA_INFO(ctx, idx) \
|
||||
(allzeroes(&(ctx.transactionContext.extraInfo[idx]), sizeof(extraInfo_t)))
|
||||
|
||||
#define NO_NFT_METADATA (NO_EXTRA_INFO(tmpCtx, 1))
|
||||
#define NO_NFT_METADATA (NO_EXTRA_INFO(tmpCtx, 0))
|
||||
|
||||
void eth_plugin_prepare_init(ethPluginInitContract_t *init,
|
||||
const uint8_t *selector,
|
||||
|
||||
Reference in New Issue
Block a user