Hello,
I tried to create a blockchain client in go as mentionned in this tuto
https://docs.ignite.com/guide/blog/connect-blockchain
However, I got this error when trying to extract the account from the the accountName
unable to unmarshal item.Data, err: Bytes left over in UnmarshalBinaryLengthPrefixed, should read 10 more bytes but have 152
exit status 1
Is there any mistake in the tuto??
Thank you