simpleledger/slpjs

Creating NFT child tokens failing

Closed this issue · 1 comments

zh commented

Creating NFT child tokens require burning already created NFT parent token. With the current slpjs implementation and bchd node with enabled anti-burning protection this operation failing:

Code and error message on gist.github

Reference: seems some additional data need to be filled and send to the API call

This issue has been fixed in the latest version slpjs v0.27.11 and grpc-bchrpc-node v0.11.5.