Skip to content

Commit

Permalink
adding processor for maturity event between transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
coinchimp committed Aug 11, 2024
1 parent 9b54296 commit 1f015fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trxs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default class trxManager extends EventEmitter {
})

this.processor.addEventListener('maturity', () => {
if (DEBUG) this.monitoring.debug(`TrxManager: maturity event`)
//if (DEBUG) this.monitoring.debug(`TrxManager: maturity event`)
this.emit('time-to-submit')
})

Expand Down

0 comments on commit 1f015fc

Please sign in to comment.