What do you mean by you don't know if it's correct? if you're unsure whether this address was generated by you or not, then you could go to the Electrum's console and type the following:
If it returns true then it belongs to you.
If you think you mistyped the address, then the above will help you as well. You can also use a block explorer:
https://www.blockchain.com/btc/address/bc1qh2zlse6nm8rtqkcvxx32jxea0jc2akp4pvw93y
You don't have to worry about this anyway since wallets and exchanges verify the address format as well so if you give it to someone, they'll know there's something with the address and won't be able to send the funds.
Code:
ismine("bc1qh2zlse6nm8rtqkcvxx32jxea0jc2akp4pvw93y")
If it returns true then it belongs to you.
If you think you mistyped the address, then the above will help you as well. You can also use a block explorer:
https://www.blockchain.com/btc/address/bc1qh2zlse6nm8rtqkcvxx32jxea0jc2akp4pvw93y
You don't have to worry about this anyway since wallets and exchanges verify the address format as well so if you give it to someone, they'll know there's something with the address and won't be able to send the funds.
Many thanks!!. I think that is a good way to verify the address.
I really appreciate your help!