valory-xyz/trader-quickstart

[staking] Wrong AGENT_ID if user edits config files

Closed this issue · 1 comments

If an .env file is created but user removes USE_STAKING, it might end up with the following invalid configuration in the .env file:

USE_STAKING=false
AGENT_ID=12

Addressed in #117