From 8781797a1cf5e0c0cb403f9d061239bb474c8b98 Mon Sep 17 00:00:00 2001 From: "nebojsa.urosevic" Date: Tue, 13 Nov 2018 22:11:15 +0100 Subject: [PATCH] Allow new transaction broadcasting to other plugins for web3 providers and injected web3 --- src/app/plugin/pluginManager.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/plugin/pluginManager.js b/src/app/plugin/pluginManager.js index e8ad1eff9f..68838df6fa 100644 --- a/src/app/plugin/pluginManager.js +++ b/src/app/plugin/pluginManager.js @@ -112,7 +112,6 @@ module.exports = class PluginManager { }) txlistener.event.register('newTransaction', (tx) => { - if (executionContext.getProvider() !== 'vm') return self.broadcast(JSON.stringify({ action: 'notification', key: 'txlistener',