You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same issue I could fix it on the CLI (version v0.20.2) by changing the config in ~/symbol-cli.config.json.
It seems that the CLI tries to pay the fees in the TEST_NET using the currency "cat.harvest".
Changing the currency for "cat.currency" on every account in my list makes it work.
However I also have a problem using the SDK, I suspect it is the same issue except that I don't have a configuration file to tell SDK to use the right currency.
Version:
Platform: Ubuntu 18.04.4 LTS (Bionic Beaver)
Process to reproduce:
git clone
orwget https://github.com/tech-bureau/catapult-service-bootstrap/releases/tag/0.9.5.1-beta1
sudo ./cmds/start-all
symbol-cli account generate
ERR Check if you can reach the Symbol url provided: http://localhost:3000/block/1.
curl http://localhost:3000/block/1
you get a normal responseLet me know if any more details would be useful.
The text was updated successfully, but these errors were encountered: