Fixes txCancel & txSpeedUp events not emitting
This release fixes a bug where the transaction hash of a replaced transaction was not getting matched and replaced with the new transaction hash. This caused the txCancel
& txSpeedUp
events not to emit.
Changelog:
- 3.3.2-0.0.1: [fix] -Transaction Replace Status Emitter (#123)