HeliosLang / compiler

Helios is a DSL for writing Cardano smart contracts. This library lets you compile Helios scripts and build Cardano transactions.
https://www.hyperion-bt.org/helios-book
BSD 3-Clause "New" or "Revised" License
139 stars 30 forks source link

Adding break in refScript Tuple switch #118

Closed papag00se closed 7 months ago

papag00se commented 7 months ago

Just inserting the break so the "unhandled refScript format" doesn't get hit.

christianschmitz commented 7 months ago

I've bumped the version of the library to v0.16.7 to include this change