The configuration tab shows an empty address since v2 hosts no longer persist the actual announced address but only a hash of all addresses. The dialog on the top left in the UI uses the host settings' net address which is why it's not empty.
What we could do for the configuration is instead of displaying the net address, display the block height of the last announcement. That should be a good indicator for whether the new address has been announced already or not.
e.g. if no chain index is returned we could indicate that the host hasn't announced yet and if there is one we could tell the user how long ago the last announcement happened in blocks.
The configuration tab shows an empty address since v2 hosts no longer persist the actual announced address but only a hash of all addresses. The dialog on the top left in the UI uses the host settings' net address which is why it's not empty.
What we could do for the configuration is instead of displaying the net address, display the block height of the last announcement. That should be a good indicator for whether the new address has been announced already or not.
e.g. if no chain index is returned we could indicate that the host hasn't announced yet and if there is one we could tell the user how long ago the last announcement happened in blocks.