The ChangeAdmin function is used to change the administrator of a specific token denomination (denom).
However, this function does not verify whether the newAdmin is different from the current admin.
ChangeAdmin Function - msg_server.go#L182
Verify that the new admin is different from the current admin before proceeding with the change:
