diff --git a/_data/glossary/en/null-data-transaction.yaml b/_data/glossary/en/null-data-transaction.yaml index 09724e9a..9ec87053 100644 --- a/_data/glossary/en/null-data-transaction.yaml +++ b/_data/glossary/en/null-data-transaction.yaml @@ -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: diff --git a/_includes/devdoc/guide_transactions.md b/_includes/devdoc/guide_transactions.md index 39d3e526..940fc3cf 100644 --- a/_includes/devdoc/guide_transactions.md +++ b/_includes/devdoc/guide_transactions.md @@ -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.) ~~~