v1.3.13 — Fix stale-chain recovery exit code (os.Exit(1) not 0)
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).
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).