Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
transaction.js: simplify else condition in add_data (#3252)
this.header_pos was tested for zero on the previous line (148) so at this point (155), it would contain a number greater than zero and doesn't need to be tested again.
- Loading branch information