hyperledger-archives / indy-sdk

indy-sdk
https://wiki.hyperledger.org/display/indy
Apache License 2.0
666 stars 737 forks source link

Fix and test the write-did-and-query-verkey rust example code #2534

Closed WadeBarnes closed 7 months ago

WadeBarnes commented 2 years ago

There is an issue with the write-did-and-query-verkey.rs example. open_wallet returns a WalletHandle, not an i32.

https://github.com/hyperledger/indy-sdk/blob/master/docs/how-tos/write-did-and-query-verkey/rust/src/write-did-and-query-verkey.rs#L62