From 4066490a554e3ba2f2aa1ed20a965d225162a8ed Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 27 Jun 2018 15:05:52 +0200 Subject: [PATCH] standard --- src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.js b/src/app.js index 7877862bb8..01614597af 100644 --- a/src/app.js +++ b/src/app.js @@ -463,7 +463,7 @@ Please make a backup of your contracts and start using http://remix.ethereum.org }) registry.put({api: eventsDecoder, name: 'eventsDecoder'}) - txlistener.startListening() + txlistener.startListening() // ----------------- editor ---------------------------- this._components.editor = new Editor({}) // @TODO: put into editorpanel