Skip to content

Commit

Permalink
fix bug on gasSpentOfAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
Temeteron committed Jun 9, 2018
1 parent c330c2b commit a627f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ export const getSpentGasOfAccount = function(
for (
var k = dbTransInfo.length - 1;
k > checkTsInfoIndexStart;
k++
k--
) {
if (dbTransInfo[k].blockNumber <= end) {
checkTsInfoIndexEnd = k;
Expand Down

0 comments on commit a627f13

Please sign in to comment.