Montel M
Montel M
> Thank you for your answer. > > > By Plutus-controlled minting do you mean you would have posted some UTxO with your script and then every time you want...
> Thank you very much @Montel98, that was very clear. No problem, also I forgot to mention to add collateral by using `transactionBuilder.set_collateral(inputs)`.
> > The index should correspond to the order of your inputs (if this is incorrectly set you will get a missing or extra redeemer error). If you are not...
> Of course, I don't think it will be very helpful, but here it is: > > ``` > Uncaught (in promise) RuntimeError: unreachable > at 35c481a3c170e5a6ce28.wasm:0xb3eee > at 35c481a3c170e5a6ce28.wasm:0xd494f...
> Thank you again for your answer, I did change to `set_fee` and manually created the outputs (simulating `add_change`), but I still receive the same error (but in a different...