Hello I generated new address with getnewaddress API and then gave it connect, send,receive permissions after which I've sent some asset to that address.
When checking that w.address it doesnt have pubkey do you know what caused this? Is this a bug maybe?
[bojan@blockchain1 ~]$ multichain-cli schain1 validateaddress 1PnRnLLUM52gkGYNE418rsoYimoyDcqof1kuSJ
{"method":"validateaddress","params":["1PnRnLLUM52gkGYNE418rsoYimoyDcqof1kuSJ"],"id":1,"chain_name":"schain1"}
{
"isvalid" : true,
"address" : "1PnRnLLUM52gkGYNE418rsoYimoyDcqof1kuSJ",
"ismine" : false
}