diff options
Require loglevel singleton in each module that uses it
Diffstat (limited to 'old-ui/lib')
-rw-r--r-- | old-ui/lib/tx-helper.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/old-ui/lib/tx-helper.js b/old-ui/lib/tx-helper.js index de3f00d2d..0a6f55a63 100644 --- a/old-ui/lib/tx-helper.js +++ b/old-ui/lib/tx-helper.js @@ -1,4 +1,5 @@ const valuesFor = require('../app/util').valuesFor +const log = require('loglevel') module.exports = function (unapprovedTxs, unapprovedMsgs, personalMsgs, typedMessages, network) { log.debug('tx-helper called with params:') |