mirror of
https://github.com/monero-project/monero.git
synced 2025-12-02 08:44:48 -05:00
The previous implementation was almost certainly a typo. full_block_size is the maximum index in the encoded_block_sizes array, and size is used as an index in this array. So now 1 <= size <= full_block_size == 8 instead of 1 <= size <= sizeof(full_block_size) == size_of(size_t) == ? (maybe 4 on 32-bit systems!) |
||
|---|---|---|
| .. | ||
| base58.cpp | ||
| base58.h | ||
| boost_serialization_helper.h | ||
| command_line.cpp | ||
| command_line.h | ||
| int-util.h | ||
| pod-class.h | ||
| unordered_containers_boost_serialization.h | ||
| util.cpp | ||
| util.h | ||
| varint.h | ||