That shouldn’t be a problem if you start over the whole transaction again: start with build a " raw" transaction: cardano-cli transaction build-raw –tx-in xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx#0 --tx-out (cat payment.addr)+0 --tx-out (cat payment.addr)+0 --ttl 0 --fee 0 --out-file tx.raw
It has to define a new tx.raw.
Thanks for helping out I think you’ve solved my problem! Just want to clarify one more thing as I’m trying to create a tx.draft first using the following:
I’m then getting the: Error: tx.raw: tx.raw: openBinaryFile: does not exist (No such file or directory)
I think I got something confused with the filenames etc? I guess if there is no tx.raw file to begin with I need to replace change the output file in the first step from tx.draft to tx.raw in order for the second command to work properly?
As u can see when you built the tx you saved as tx.draft and when you are traying to run the 2nd script u are calling for tx.raw file which doesn’t exist because it was saved as tx.draft