Skip to content

Commit

Permalink
wrong change is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jonano614 committed Dec 18, 2018
1 parent 137f3e5 commit 713a98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ int out_balances()
xdag_traverse_all_blocks(&d, out_balances_callback);

qsort(d.blocks, d.blocksCount, sizeof(struct xdag_field), out_sort_callback);
for(int i = 0; i < d.blocksCount; ++i) {
for(i = 0; i < d.blocksCount; ++i) {
xdag_hash2address(d.blocks[i].data, address);
printf("%s %20.9Lf\n", address, amount2xdags(d.blocks[i].amount));
}
Expand Down

0 comments on commit 713a98f

Please sign in to comment.