Post
Topic
Board Development & Technical Discussion
Re: Nodes that accepts non-standard transactions
by
amaclin
on 23/12/2014, 16:27:15 UTC
One more question how do you create a transaction that has non-standard output?

Something like this:
Code:
QByteArray tx;
...
tx.append ( (char)OP_RETURN );
...