From 21559c34844f2c6ba4f2c6f74f990ebc44027e04 Mon Sep 17 00:00:00 2001 From: Alex Kuck Date: Sat, 7 Nov 2015 22:30:07 -0500 Subject: [PATCH] OP_RETURN accepts 80 bytes --- _data/glossary/en/null-data-transaction.yaml | 2 +- _includes/devdoc/guide_transactions.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.) ~~~