-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
Description
Subject of the issue
If you remove the manager address, it actually behaves like you're destroying the asset.
Your environment
algosdk 1.13.0
Steps to reproduce
- Use
AssetCreateTransactionBuilderto create an asset with a manager asset. - Query the blockchain for the asset using
GetAssetByIDand notice it works. - Use
AssetConfigureTransactionBuilderto set the manager asset tonull. - Query the blockchain for the asset using
GetAssetByIDand notice it doesn't work and the asset is "destroyed".
Expected behavior
If I had created the asset in the beginning without a manager, then it would have worked.
The expected behavior is that the AssetConfigureTransactionBuilder should simply remove the manager address and not destroy it.
Actual behavior
The asset is destroyed.
Reactions are currently unavailable