Sergio Lerner [ARCHIVE] on Nostr: 📅 Original date posted:2014-05-04 📝 Original message:El 03/05/2014 03:55 p.m., ...
📅 Original date posted:2014-05-04
📝 Original message:El 03/05/2014 03:55 p.m., Mark Friedenbach escribió:
>
> On 05/03/2014 11:39 AM, Peter Todd wrote:
>> The standard format ended up being exactly:
>>
>> OP_RETURN <0 to 40-byte PUSHDATA>
>>
Please remember that the code actually does not implement the "standard
format" (at least the last time I checked it). Any opcode after
OP_RETURN is accepted:
For example: OP_RETURN OP_CHECKSIG
is accepted.
📝 Original message:El 03/05/2014 03:55 p.m., Mark Friedenbach escribió:
>
> On 05/03/2014 11:39 AM, Peter Todd wrote:
>> The standard format ended up being exactly:
>>
>> OP_RETURN <0 to 40-byte PUSHDATA>
>>
Please remember that the code actually does not implement the "standard
format" (at least the last time I checked it). Any opcode after
OP_RETURN is accepted:
For example: OP_RETURN OP_CHECKSIG
is accepted.