-
Notifications
You must be signed in to change notification settings - Fork 65
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
OP_RETURN equals brings back 0 actions taken but data is present #388
Labels
bug
Something isn't working
Comments
@MicaiahReid @smcclellan Just following up on the bugs I created last week. Will these issues be fixed or is this functionality no longer needed in Chinhooks? |
This issue seems to be solved. Validated with the same predicate and received the following Chainhook JSON output:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
OP_Return equals is not bringing back data that I can see is present in the JSON output for a bitcoin transaction, here is the JSON output for the bitcoin transaction below.
I am scanning for = "equals": "0xaa21a9ed51b46694a64587dcca78f6dcaf092c253727ca28a1e45a6c4256ae0f43740a95"
Here are my decodes for the json file
OP_RETURN (null data output):
Output Script: "6a24aa21a9ed51b46694a64587dcca78f6dcaf092c253727ca28a1e45a6c4256ae0f43740a95"
This is an OP_RETURN output script. The data is encoded in hexadecimal and corresponds to 0xaa21a9ed51b46694a64587dcca78f6dcaf092c253727ca28a1e45a6c4256ae0f43740a95.
https://www.blockchain.com/explorer/transactions/btc/b77dbae24e68470100e29707d3d4f215e0fb562701cc0df5e73ec74e6783eacb
BITCOIN TRANSACTION JSON OUTPUT FROM THE BITCOIN EXPLORER
MY PREDICATE FILE
OUTPUT FROM CHAINHOOKS
The text was updated successfully, but these errors were encountered: