The HTS UpdateTokenInfo call fails when the treasury is passed in as the 0x0 address. It should not fail the treasury address should be null when creating the child transaction body for token service processing.
Solution
If the treasury address is 0x0 then do not set a treasury address in the child transaction body when dispatching to the token service.
Problem
The HTS
UpdateTokenInfo
call fails when the treasury is passed in as the 0x0 address. It should not fail the treasury address should be null when creating the child transaction body for token service processing.Solution
If the treasury address is 0x0 then do not set a treasury address in the child transaction body when dispatching to the token service.
Alternatives
No response