-
Notifications
You must be signed in to change notification settings - Fork 54
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
scripthash
not correct
#89
Comments
|
For convenience to others, the result of that python script is:
Is run |
Hexadecimal strings are more human-readable and easier to understand. |
Yes, but the |
Get atomicals at location returns wrong scripthash.
request:
response:
The
scripthash
here is "4b2ff9b90f0fca6341f6cac374d414a7ee59379a528990cf3a8d1c74bfa4ef45" .Not equal to the correct
scripthash
of address "bc1qld69fczrjyl5dnhqv9pl70ejpdhzlqzpu0mfjh", which should be "8e6cec514958b4af4002f0c0a6f9f7b0a84944fcb7e6034083c112aaf7dea721".We can get the atomical with the correct scripthash:
So I think the
scripthash
in the response ofblockchain.atomicals.at_location
is not correct. Thescript
field is correct.The text was updated successfully, but these errors were encountered: