I was reading this: Explanation of what an OP_RETURN transaction looks like and I wondered if the second output "value" : 0.00200000, was at all necessary. Can I just have a OP_RETURN with a 0 output in the transaction?
Asked
Active
Viewed 425 times
1 Answers
5
If you want to retain any change, yes you will need two outputs to return unspent Bitcoin to yourself. If you are spending for example a 0.0001 BTC output, 0.0001 to fees, then a single 0 BTC OP_RETURN
output would be valid.

Claris
- 15,408
- 2
- 26
- 43
-
This is for a standard transaction, meaning testnet doesn't have these limitations – Wizard Of Ozzie Jul 08 '15 at 03:22