Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3619 from LiskHQ/3618-confirmed-transaction-count…
Browse files Browse the repository at this point in the history
…-not-returned-when-cache-is-disabled

confirmed transaction count not returned when cache is disabled - Close #3618
  • Loading branch information
shuse2 authored May 14, 2019
2 parents 3efc96c + a0f7679 commit 735b92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/modules/chain/submodules/transactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ Transactions.prototype.shared = {
});
}

return setImmediate(waterCb, null, null);
return setImmediate(waterCb, null, dbCount);
},

function getAllCount(confirmedTransactionCount, waterCb) {
Expand Down

0 comments on commit 735b92d

Please sign in to comment.