Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass in nil for the passphrase in the EnableRecovery method
The SDK always supported passphrases in addition to randomly generated keys for the recovery subsystem, the bindings have now started to expose this functionality as well. Since the code-paths are the same for the passphrase based recovery mechanism we just pass in nil and continue to test the recovery subsystem using the randomly generated key.
- Loading branch information