aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/tx-helper-test.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix transaction confirmation orderingDan Finlay2017-07-181-0/+17
Newest tx or message will now always appear last, and a new tx proposed after the user has a confirmation box open will never change the confirmation to a different tx proposed. Fixes #1637