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

pull/1/head
nebojsa.urosevic 6 years ago
parent 293a2d6acd
commit 8781797a1c
  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