aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/tx-helper-test.js
Commit message (Collapse)AuthorAgeFilesLines
* Moved loose some loose test files to sub folderstmashuang2018-05-211-17/+0
|
* 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