Picolab / indy-sdk

Apache License 2.0
2 stars 1 forks source link

for issuerCreateCredential, if blob_storage_reader_handle is null it should be set to -1 #4

Closed saholman closed 6 years ago

saholman commented 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.

saholman commented 6 years ago

Also, when -1 is passed in directly it results in a SEGFAULT.

farskipper commented 6 years ago

Just published indy-sdk@0.2.5 that should fix both of these issues.