You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I attempted to retrieve a script using the BlockfrostContext class's _get_script() method by providing a script hash in the mainnet. However, the returned script did not match the provided script hash.
After making the following modification, the method returned the expected output:
Describe the bug
I attempted to retrieve a script using the
BlockfrostContext
class's_get_script()
method by providing a script hash in the mainnet. However, the returned script did not match the provided script hash.After making the following modification, the method returned the expected output:
To Reproduce
try with this script hash on mainnet. "1a7c64521bd1849e693730558db5bc3d9c514f96eceb004471b5fa49"
Expected behavior
The
_get_script()
method should return the correct script, which can be verified using theplutus_script_hash()
method.Environment and software version (please complete the following information):
The text was updated successfully, but these errors were encountered: