Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
fix disapearing transaction bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemaster committed Aug 23, 2014
1 parent 4dcc4c9 commit 879476d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/wallet/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ namespace bts { namespace wallet {
transaction_record = wallet_transaction_record();
transaction_record->created_time = block_timestamp;
transaction_record->received_time = received_time;
transaction_record->record_id = record_id;
}

bool new_transaction = !transaction_record->is_confirmed;
Expand Down

0 comments on commit 879476d

Please sign in to comment.