-
Notifications
You must be signed in to change notification settings - Fork 483
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
use-cases: Add TH module for tests #185
Conversation
* Add a Spec.TH module with quoted expressions for creating `PendingTx` values
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not that I understand what's happening here, but since my review was requested: there are many magic numbers in the code (600
, 400
, 1600
). That's not a big deal, since this is just a test of an example of what can be done with Plutus, but still would be nice to have some explanation.
I certainly like the idea of separating template-haskell expressions from other code.
Thank you for taking the time to review the PR. I requested a review from you because I thought this would be the quickest way to get it done and it's only a small change. I will add some comments to the numbers. |
PendingTx
values