diff --git a/index.html b/index.html
index a72c0ce..ad4acae 100644
--- a/index.html
+++ b/index.html
@@ -36,7 +36,10 @@
appendix: {}
}).then(result => refresh())
.catch(error => console.error(error))
- }).catch(error => reject(error))
+ }).catch(error => {
+ console.error(error)
+ notify("Unable to connect to FLO blockchain", "error")
+ })
}