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
Working on Exercise 5 in Chapter 8, I'm trying to get through to the solution of verifying p2sh transaction.
I've modified sig_hash and verify_input. I also matched up to what was in the solution.
You'll see my code + output and then I share the book's solution code.
my def sig_hash ... code:
my def verify_input ... code:
My output after running the cell:
My attempt at de-bugging:
It says "NotImplementedError" there and I'm not sure where it's getting that. I looked in my "op.py" file and go to error line 719. Seems like the code is hitting this block:
But I still can't see what could be the issue.
Now the Book's Solution code:
I've been working on this for a couple days to no avail. Has anyone successfully worked through this portion? If so, what did you do to achieve a solution here for an "OK" to pass?
The text was updated successfully, but these errors were encountered:
Working on Exercise 5 in Chapter 8, I'm trying to get through to the solution of verifying p2sh transaction.
I've modified
sig_hash
andverify_input
. I also matched up to what was in the solution.You'll see my code + output and then I share the book's solution code.
my
def sig_hash ...
code:my
def verify_input ...
code:My output after running the cell:
My attempt at de-bugging:
It says "NotImplementedError" there and I'm not sure where it's getting that. I looked in my "op.py" file and go to error line 719. Seems like the code is hitting this block:
But I still can't see what could be the issue.
Now the Book's Solution code:
I've been working on this for a couple days to no avail. Has anyone successfully worked through this portion? If so, what did you do to achieve a solution here for an "OK" to pass?
The text was updated successfully, but these errors were encountered: