From 3b8a8207f38254051c3e2880f2507460999d9bd7 Mon Sep 17 00:00:00 2001 From: Federico Kunze <31522760+fedekunze@users.noreply.github.com> Date: Mon, 21 Jan 2019 18:15:13 +0100 Subject: [PATCH] Update app/src/renderer/vuex/modules/connection.js Co-Authored-By: faboweb --- app/src/renderer/vuex/modules/connection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/renderer/vuex/modules/connection.js b/app/src/renderer/vuex/modules/connection.js index 58c5a97d42..b1c88671d4 100644 --- a/app/src/renderer/vuex/modules/connection.js +++ b/app/src/renderer/vuex/modules/connection.js @@ -123,7 +123,7 @@ export default function({ node }) { if (state.stopConnecting) return try { - // TODO replace with ping when we implement ws connection ourselves + // TODO: replace with ping when we implement ws connection ourselves await node.rpc.health() } catch (err) { console.error(`Error pinging websocket. Assuming connection dropped.`)