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
in the last step of the Smart Contract Tutorial when we want to submit the transaction for the “taker”, the variable self.extended_payment_skey is used but not defined.
To Reproduce
follow the steps by the tutorial
Expected behavior
The signing key of the second key pair should be used to sign and submit the transaction: payment_skey_2.
I don't know where the variable self.extended_payment_skey should come from.
Environment and software version (please complete the following information): shouldn't be relevant
OS: MacOS 13.3.1
PyCardano Version 0.8.0
Additional context
Currently, learning opshin & pycardano, so I maybe I could have misunderstood something
The text was updated successfully, but these errors were encountered:
chrissiwaffler
changed the title
Wrong variable used in the Smart Contract Tutorial
Wrong variable used in the Plutus Smart Contract Tutorial
Apr 9, 2023
Hi @chrissiwaffler , thanks for pointing out the problem in the tutorial. I've fixed it in this PR: #200. Please let me know if you have any questions. Thanks!
Describe the bug
in the last step of the Smart Contract Tutorial when we want to submit the transaction for the “taker”, the variable
self.extended_payment_skey
is used but not defined.To Reproduce
follow the steps by the tutorial
Expected behavior
The signing key of the second key pair should be used to sign and submit the transaction:
payment_skey_2
.I don't know where the variable
self.extended_payment_skey
should come from.Environment and software version (please complete the following information):
shouldn't be relevant
Additional context
Currently, learning opshin & pycardano, so I maybe I could have misunderstood something
The text was updated successfully, but these errors were encountered: