Commit d4e0f1dd authored by Iuri Matias's avatar Iuri Matias

move execution txListener to Remix-Lib

parent 61f04c1c
...@@ -21,6 +21,7 @@ var EventsDecoder = require('./src/execution/eventsDecoder') ...@@ -21,6 +21,7 @@ var EventsDecoder = require('./src/execution/eventsDecoder')
var txExecution = require('./src/execution/txExecution') var txExecution = require('./src/execution/txExecution')
var txHelper = require('./src/execution/txHelper') var txHelper = require('./src/execution/txHelper')
var txFormat = require('./src/execution/txFormat') var txFormat = require('./src/execution/txFormat')
var txListener = require('./src/execution/txListener')
var executionContext = require('./src/execution/execution-context') var executionContext = require('./src/execution/execution-context')
if (typeof (module) !== 'undefined' && typeof (module.exports) !== 'undefined') { if (typeof (module) !== 'undefined' && typeof (module.exports) !== 'undefined') {
...@@ -61,7 +62,8 @@ function modules () { ...@@ -61,7 +62,8 @@ function modules () {
txExecution: txExecution, txExecution: txExecution,
txHelper: txHelper, txHelper: txHelper,
executionContext: executionContext, executionContext: executionContext,
txFormat: txFormat txFormat: txFormat,
txListener: txListener
} }
} }
} }
This diff is collapsed.
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