Skip to content

Wrong variable used in the Plutus Smart Contract Tutorial #197

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

Closed
chrissiwaffler opened this issue Apr 9, 2023 · 2 comments
Closed

Wrong variable used in the Plutus Smart Contract Tutorial #197

chrissiwaffler opened this issue Apr 9, 2023 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@chrissiwaffler
Copy link
Contributor

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

@chrissiwaffler chrissiwaffler changed the title Wrong variable used in the Smart Contract Tutorial Wrong variable used in the Plutus Smart Contract Tutorial Apr 9, 2023
@cffls cffls added the documentation Improvements or additions to documentation label Apr 12, 2023
@cffls
Copy link
Collaborator

cffls commented Apr 12, 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!

@chrissiwaffler
Copy link
Contributor Author

Nope, everything is clear!
PR looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants