Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
9926358
Topic
902674
Board
Development & Technical Discussion
Re: Nodes that accepts non-standard transactions
by
amaclin
on
23/12/2014, 16:27:15 UTC
Quote from: aladinzambe on December 23, 2014, 04:23:22 PM
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 );
...