Zachary Michaels 7259f07a20 Fix assert bug in base58 encode
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!)
2014-07-01 14:57:27 -04:00
..
2014-07-01 14:57:27 -04:00
2014-03-03 22:07:58 +00:00
2014-03-20 11:46:11 +00:00
2014-03-20 11:46:11 +00:00
2014-05-03 12:19:43 -04:00
2014-03-03 22:07:58 +00:00