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

Commit

Permalink
UTStore remove transaction -> remove from duplicates checker within
Browse files Browse the repository at this point in the history
  • Loading branch information
Brabantian authored and ac0v committed Jul 25, 2018
1 parent 7cf4c06 commit 43863e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ private void removeTransaction(Transaction transaction) {
final UnconfirmedTransactionTiming utt = transactionSlotIterator.next();
if (utt.getTransaction().getId() == transaction.getId()) {
transactionSlotIterator.remove();
transactionDuplicatesChecker.removeTransaction(transaction);
this.reservedBalanceCache.refundBalance(transaction);
totalSize--;

Expand Down

0 comments on commit 43863e8

Please sign in to comment.