Closed saholman closed 6 years ago
Since the blob_storage_reader_handle is an optional parameter, if it is null it needs to be set to -1 before being passed to indy.
Also, when -1 is passed in directly it results in a SEGFAULT.
Just published indy-sdk@0.2.5 that should fix both of these issues.
indy-sdk@0.2.5
Since the blob_storage_reader_handle is an optional parameter, if it is null it needs to be set to -1 before being passed to indy.