Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug due to default validator lacking datum/redeemer
from plutus.ts: ``` "validators": [ ..., { "title": "[..].else", "parameters": [ { "title": "...", "schema": { "$ref": "..." } } ], "compiledCode": "...", "hash": "..." }, ... ] ``` Hope this slaps, haven't been able to try it due to #152
- Loading branch information