From f33433fc9791e0a079b1e83d68a262b5de029952 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 20 Feb 2019 14:40:43 +0100 Subject: [PATCH] Update app.js --- src/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app.js b/src/app.js index caa47a0935..7fd016466d 100644 --- a/src/app.js +++ b/src/app.js @@ -373,7 +373,8 @@ Please make a backup of your contracts and start using http://remix.ethereum.org event: new EventEmitter(), profile () { return { - name: 'transaction listener', + name: 'txListener', + displayName: 'transaction listener', events: ['newTransaction'], description: 'service - notify new transactions' }