Discord user ccc_coder reported this error when running btcli wallet overview. I have tested that I get the same error if specifying a netuid in the command running testnet subtensor local chain.
The error stems from the way we receive and decode NeuronInfoLite. I want to change this to how we do it in rao branch, using:
message (12).txt
Discord user ccc_coder reported this error when running
btcli wallet overview
. I have tested that I get the same error if specifying a netuid in the command running testnet subtensor local chain.The error stems from the way we receive and decode NeuronInfoLite. I want to change this to how we do it in rao branch, using:
However, while this works on rao, when run on testnet branch of subtensor (localchain), I always get
None
.