...
Code Block |
---|
go mod tidy |
Tips & Tricks
See To delete a tag, see https://stackoverflow.com/questions/5480258/how-can-i-delete-a-remote-tag to delete a tag
To get account info run ./clio -u http://127.0.0.1:8889 get account fio.treasury; ./clio.sh get account fio.treasury
To compare account info between testnet and localnet, run ./clio -u http://52.35.164.8:8888 get account fio.treasury; ./clio.sh get account fio.treasury
Troubleshooting
Database Dirty Flag
...