Commit 8781797a authored by nebojsa.urosevic's avatar nebojsa.urosevic

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

parent 293a2d6a
...@@ -112,7 +112,6 @@ module.exports = class PluginManager { ...@@ -112,7 +112,6 @@ module.exports = class PluginManager {
}) })
txlistener.event.register('newTransaction', (tx) => { txlistener.event.register('newTransaction', (tx) => {
if (executionContext.getProvider() !== 'vm') return
self.broadcast(JSON.stringify({ self.broadcast(JSON.stringify({
action: 'notification', action: 'notification',
key: 'txlistener', key: 'txlistener',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment