OP_RETURN accepts 80 bytes

This commit is contained in:
Alex Kuck 2015-11-07 22:30:07 -05:00
parent 6b4a398609
commit 21559c3484
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ required:
title_max_40_characters_no_formatting: Null Data (OP_RETURN) Transaction title_max_40_characters_no_formatting: Null Data (OP_RETURN) Transaction
summary_max_255_characters_no_formatting: > summary_max_255_characters_no_formatting: >
A standard transaction type which allows adding 40 bytes of A standard transaction type which allows adding 80 bytes of
arbitrary data to the block chain up to once per transaction. arbitrary data to the block chain up to once per transaction.
synonyms_shown_in_glossary_capitalize_first_letter: synonyms_shown_in_glossary_capitalize_first_letter:

View file

@ -434,7 +434,7 @@ to the block chain in more harmful ways.)
{% endautocrossref %} {% endautocrossref %}
~~~ ~~~
Pubkey Script: OP_RETURN <0 to 40 bytes of data> Pubkey Script: OP_RETURN <0 to 80 bytes of data>
(Null data scripts cannot be spent, so there's no signature script.) (Null data scripts cannot be spent, so there's no signature script.)
~~~ ~~~