Skip to content

Commit

Permalink
Removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
RickiNano committed Aug 14, 2024
1 parent 9fcee4e commit 92b0960
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nano/node/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,6 @@ std::pair<uint64_t, std::unordered_map<nano::account, nano::uint128_t>> nano::no
nano::account account;
account.decode_account (entry.first);
weights[account] = nano::uint128_t (entry.second);
std::cout << account.to_account () << " " << nano::uint128_t (entry.second) << std::endl;
}

return { max_blocks, weights };
Expand Down

0 comments on commit 92b0960

Please sign in to comment.