diff options
author | Tom Harding <tomh@thinlink.com> | 2014-06-27 16:47:33 -0700 |
---|---|---|
committer | Tom Harding <tomh@thinlink.com> | 2014-06-27 16:47:33 -0700 |
commit | 7a19efe04069d9a1e251cdc94b25184f76d9d901 (patch) | |
tree | 9852770f0275fa00ce7510b8b77b745e611f9b3f /src/qt/transactionrecord.h | |
parent | 9fa53dd3bdc6f62b16a7c2b970449c8c35f4c41b (diff) |
Formatting, spelling, comment fixes.
Diffstat (limited to 'src/qt/transactionrecord.h')
-rw-r--r-- | src/qt/transactionrecord.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/qt/transactionrecord.h b/src/qt/transactionrecord.h index 4c2847144a..37679cebfa 100644 --- a/src/qt/transactionrecord.h +++ b/src/qt/transactionrecord.h @@ -19,10 +19,17 @@ class TransactionStatus { public: TransactionStatus(): - countsForBalance(false), sortKey(""), - matures_in(0), status(Offline), hasConflicting(false), depth(0), open_for(0), cur_num_blocks(-1), + countsForBalance(false), + sortKey(""), + matures_in(0), + status(Offline), + hasConflicting(false), + depth(0), + open_for(0), + cur_num_blocks(-1), cur_num_conflicts(-1) - { } + { + } enum Status { Confirmed, /**< Have 6 or more confirmations (normal tx) or fully mature (mined tx) **/ |