aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethereum/main.go')
-rw-r--r--ethereum/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ethereum/main.go b/ethereum/main.go
index 9d07ab0d4..ab6ce18b2 100644
--- a/ethereum/main.go
+++ b/ethereum/main.go
@@ -43,6 +43,7 @@ func main() {
err := utils.DBSanityCheck(db)
if err != nil {
logger.Errorln(err)
+
os.Exit(1)
}