Closed
Description
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