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
With the new PR, we encounter a new occasional error, it appears often only once or twice and then not again during the session.
The _descriptor[descriptor] is not defined. Possibly a racing condition caused by wrapping every method in a Thread
bdk-rn/android/src/main/java/io/ltbl/bdkrn/BdkRnModule.kt
Lines 407 to 428 in 933cee7
The text was updated successfully, but these errors were encountered:
The odd thing is, that functions such as newBip84 return the descriptor id for use.
newBip84
Sorry, something went wrong.
Managed to replicate this issue, we should have a fix shortly 👍
PR Updated, please see if you still have the issue
No branches or pull requests
With the new PR, we encounter a new occasional error, it appears often only once or twice and then not again during the session.
The _descriptor[descriptor] is not defined. Possibly a racing condition caused by wrapping every method in a Thread
bdk-rn/android/src/main/java/io/ltbl/bdkrn/BdkRnModule.kt
Lines 407 to 428 in 933cee7
The text was updated successfully, but these errors were encountered: