-
Notifications
You must be signed in to change notification settings - Fork 43
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
Liquid: missing transaction prevouts #71
Comments
Can you try out #72 for me? Thanks. |
It looks like #72 fixed it. Thanks!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When querying a transaction from electrs at
/tx/:txId
, it fails with an error if the transaction has an input with a missing prevout (like liquid peg ins):It looks like this behaviour was introduced by 173d613, since running electrs from the parent commit fixes the issue (mempool-electrs 3.0.0-dev-a21a958):
It results in the Liquid explorer not being able to display peg in transactions:
The text was updated successfully, but these errors were encountered: