Commit ffb8e4c7 authored by davidzagi93@gmail.com's avatar davidzagi93@gmail.com

feat: emit new transaction from RunTab

parent f91f0761
......@@ -142,7 +142,12 @@ class Terminal extends Plugin {
eventsDecoder = {this.eventsDecoder}
logHtml = {this.logHtmlResponse}
/>,
this.element
this.element,
() => {
this.blockchain.events.on('newTransaction', (tx, receipt) => {
this.emit('newTransaction', tx, receipt)
})
}
)
}
......
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