The DefineAsset Operation has the raw asset code whereas IssueAsset Operation has the derived asset code.
Currently if both the operations are sent in the same txn for a new asset it fails because the Asset code don't match. This is fixed by comparing the derived asset code from newly defined assets in the txn.
make sure that you have executed all the following process and no errors occur
The DefineAsset Operation has the raw asset code whereas IssueAsset Operation has the derived asset code.
Currently if both the operations are sent in the same txn for a new asset it fails because the Asset code don't match. This is fixed by comparing the derived asset code from newly defined assets in the txn.
make sure that you have executed all the following process and no errors occur
The major changes of this PR
The major impacts of this PR
Extra documentations