I’m stuck… this is my input
cardano-cli transaction build-raw \
–tx-in ee84dee03f0d0101ee23907165c31ccf1200a6d34ef3c0dc335fb3c465f84b52#0 \
–tx-out $(cat payment2.addr)+100000000 \
–tx-out $(cat payment.addr)+0 \
–ttl 0 \
–fee 0 \
–out-file tx.raw
Try pasting the command in an editor and make sure that the formatting is correct. I think you have an extra space at the end of the tx-in row or something like that, I got the exact same error when I added a space.
YUP… I guess I need to work on my accuracy.
Easy thing to miss!