mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
OP_RETURN accepts 80 bytes
This commit is contained in:
parent
6b4a398609
commit
21559c3484
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ required:
|
|||
title_max_40_characters_no_formatting: Null Data (OP_RETURN) Transaction
|
||||
|
||||
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.
|
||||
|
||||
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||
|
|
|
@ -434,7 +434,7 @@ to the block chain in more harmful ways.)
|
|||
{% 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.)
|
||||
~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue