add comments

pull/1/head
yann300 7 years ago
parent ff6aa80d12
commit 96bc02e372
  1. 4
      src/app/execution/txLogger.js

@ -1,5 +1,9 @@
'use strict'
/**
* This just export a function that register to `newTransaction` and forward them to the logger.
*
*/
module.exports = (opts = {}) => {
opts.events.txListener.register('newTransaction', (tx) => {
log(tx, opts.api)

Loading…
Cancel
Save