eco-stake / restake

Auto-compounder script for Cosmos Validators using REStake
https://restake.app
MIT License
359 stars 303 forks source link

Failed with error: Invalid mnemonic format triggers unwanted retries #768

Open MbBrainz opened 6 months ago

MbBrainz commented 6 months ago

Currently when a wrong mnemonic is set (like i did by accident) The autostake script will fail with the following Failed with error: Invalid mnemonic format But it will still trigger the retry. This retry Will always fail of course, as the mnemonic doesnt change. This error should exit the script and not trigger retries.