-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
Asset issuance not working as expected #108
Comments
The error suggests that something's wrong with the input signature. One thing I noticed is that you hardcoded the amount of the LBTC input to |
@altafan What may be wrong in the signature? I used the same method shown in the examples |
@Distance71 we were able to reproduce your error, we're now debugging to understand where's the bug. In the meantime, you could move all your funds to a |
@altafan Any updates on this? |
Hello community,
I'm trying to create an asset with no success.
Everything looks well during the process of creation, but when I try to broadcast to the network I get this error:
sendrawtransaction RPC error: {"code":-26,"message":"mandatory-script-verify-flag-failed (Signature must be zero for failed CHECK(MULTI)SIG operation)"}
To broadcast, I used
https://blockstream.info/liquidtestnet/api/tx
, passing the transactionHex in the body as 'text'I've used the same methods as described in the examples provided
This's the full code needed to reproduce. Any help would be appreciated :)
The text was updated successfully, but these errors were encountered: