Closed nemo83 closed 1 year ago
Which version of Helios did you use? (v0.12.7, released last night, has a fix for a similar issue)
I have this issue with 0.12.3 and .6.
I fixed something and for the moment the error is not appearing anymore.. so not sure what happens, hance the "ignore" tag for the moment.
@christianschmitz thanks for checking w/ me.
I did fix the script, and the error came back BUT after upgrading to 0.12.7 it disappeared
Hey,
I'm developing a raffle smart contracts. So far I have 3 operations:
Op (1) does not require validation, as it sends the NFT in the contract and executed fine Op (2) does require validation, and it works like a charm as it collects everything in the contract and returns to the "admin" Op (3) fails with the error pasted at the bottom of the ticket. Worth to say that, if I comment out all the validation in the
Redeemer.JoinRaffle
case and just return true, it works. Hopefully it's just an issue calculating the script execution fees?Please let me know if you need any additional info, I can deploy this on vercel if you want to play around.
The script:
The signed transaction:
The error: