iceshard
Results
1
comments of
iceshard
I guess you can just add an output with the OP_RETURN followed by the hex. ``` BTCScript *script = [[BTCScript alloc]init]; [script appendOpcode:OP_RETURN]; [script appendData:BTCDataFromHex(@"4d454c4f4e530a0a")]; ```