The method `ledger::hash_root_random()` required the block count to fit into a uint32_t. This limit is too small to be future-proof. This commit increases the limit to UINT64_MAX, so that it matches the other places where block count is a uint64_t. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| interface.cpp | ||
| random_pool.cpp | ||
| random_pool.hpp | ||
| random_pool_shuffle.hpp | ||
| secure_memory.cpp | ||
| secure_memory.hpp | ||