Skip to content

v1.3.13 — Fix stale-chain recovery exit code (os.Exit(1) not 0)

Choose a tag to compare

@twobitapps twobitapps released this 10 Apr 15:50
· 28 commits to main since this release

Hotfix: v1.3.12 used os.Exit(0) after stale chain wipe, but systemd Restart=on-failure needs exit code != 0 to trigger a restart. Nodes wiped then stopped dead. Fixed to os.Exit(1).