[bug]: tapcli assets mint finalize
returns "new_grouped_asset": false
for new grouped asset
#1280
Labels
tapcli assets mint finalize
returns "new_grouped_asset": false
for new grouped asset
#1280
Background
When minting a new grouped asset, the initial minting command returns the asset inside the
pending_batch
with"new_grouped_asset": true
but upon finalizing the batch the asset is identified as being not a new grouped asset ("new_grouped_asset": false
)Your environment
Steps to reproduce
Expected behavior
Upon finalizing the asset should be identified with
"new_grouped_asset": true
Actual behavior
The asset should is identified with
"new_grouped_asset": false
The text was updated successfully, but these errors were encountered: