We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
encrypt_with_pin
Using python-swig gdk 0.55 (.whl file), the following code:
pin_data = session.encrypt_with_pin({ 'pin': '1234', 'plaintext': { 'mnemonic': 'word word word word'} }).resolve()
raises a RuntimeError: RuntimeError: assertion failure: ../src/session_impl.cpp:get_nonnull_signer:392:
RuntimeError: assertion failure: ../src/session_impl.cpp:get_nonnull_signer:392:
The text was updated successfully, but these errors were encountered:
Thanks for reporting, FYI we are working on this now.
Sorry, something went wrong.
need login_user call first to use encrypt_with_pin.
No branches or pull requests
Using python-swig gdk 0.55 (.whl file), the following code:
raises a RuntimeError:
RuntimeError: assertion failure: ../src/session_impl.cpp:get_nonnull_signer:392:
The text was updated successfully, but these errors were encountered: