Skip to content

Commit

Permalink
fix #803 (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex v authored Mar 19, 2021
1 parent f10c28e commit 59a0bf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/transactionrecord.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ QList<TransactionRecord> TransactionRecord::decomposeTransaction(const CWallet *
sub.type = TransactionRecord::AnonTxRecv;
sub.memo = wtx.vMemos[nOut];
sub.credit = wtx.vAmounts[nOut];
recvd -= wtx.vAmounts[nOut];
parts.append(sub);
}
}
Expand Down

0 comments on commit 59a0bf2

Please sign in to comment.