Allow new transaction broadcasting to other plugins for web3 providers and injected web3

pull/3094/head
nebojsa.urosevic 6 years ago
parent bc172ab0e2
commit f03fd04c95
  1. 1
      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',

Loading…
Cancel
Save