Skip to content

Commit

Permalink
Fix lockedByInstantSend initialization (bitcoin#2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 authored and sidhujag committed Jul 31, 2018
1 parent d6f5674 commit d9d7495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/transactionrecord.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class TransactionStatus
{
public:
TransactionStatus():
countsForBalance(false), sortKey(""),
countsForBalance(false), lockedByInstantSend(false), sortKey(""),
matures_in(0), status(Offline), depth(0), open_for(0), cur_num_blocks(-1)
{ }

Expand Down

0 comments on commit d9d7495

Please sign in to comment.