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
You should be able to register a top up identity, if you received your funds on the wallet were secured with chainlock, insetad of instant send.
JS SDK fails to register or topUp identity, failing with such message:
[StateTransitionBroadcastError: Instant lock proof signature is invalid or wasn't created recently. Pleases try chain asset lock proof instead.] { code: 10513, cause: InvalidInstantAssetLockProofSignatureError { __wbg_ptr: 3414016 } }
Sending new funds locked via InstantSend neither work because the wallet picks up first utxo by default, not allowing you to proceed the operation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
You should be able to register a top up identity, if you received your funds on the wallet were secured with chainlock, insetad of instant send.
Current Behavior
JS SDK fails to register or topUp identity, failing with such message:
Sending new funds locked via InstantSend neither work because the wallet picks up first utxo by default, not allowing you to proceed the operation
Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: