Skip to content

3abf8c7c52c5808f

Compare
Choose a tag to compare
@filecoin-helper filecoin-helper released this 02 Dec 22:56
3abf8c7
fix(unseal): pass correct value to write_unpadded (#964)

If the call to extract_range was successful, the unsealed vector must
have a length which equals num_bytes_padded. The byte at its 0-index
byte will be the the byte at index offset_padded in the sealed sector.