Skip to content

Commit

Permalink
add summary
Browse files Browse the repository at this point in the history
  • Loading branch information
bitkevin committed Mar 12, 2014
1 parent 3bc0b49 commit 48112b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -11,3 +11,5 @@
*.lai
*.la
*.a

build_tree
2 changes: 1 addition & 1 deletion build_merkle_tree/main.cpp
Expand Up @@ -165,7 +165,7 @@ int main(int argc, char **argv)
dump_hex(nodes[0].hash, 8);
std::cout << std::endl;

std::cout << summary.user_count << "\t" << summary.sum << "\t"
std::cout << "summary:\t" << summary.user_count << "\t" << summary.sum << "\t"
<< summary.padding_sum << "\t" << summary.level << std::endl;

return 0;
Expand Down

0 comments on commit 48112b4

Please sign in to comment.