diff options
author | Olaoluwa Osuntokun <laolu32@gmail.com> | 2019-02-12 21:14:29 -0800 |
---|---|---|
committer | Olaoluwa Osuntokun <laolu32@gmail.com> | 2019-02-12 21:14:29 -0800 |
commit | 5ab481ce536cd3f55f1499c5eba10727839e3459 (patch) | |
tree | 8ab3493d989ee00e69c65e017acdffac02c508ff /bip-0158.mediawiki | |
parent | 1330853c3e9e248d4003cd08ac192076b42c4521 (diff) |
fixup! BIP-0158: clarify OP_RETURN handling for filters
Diffstat (limited to 'bip-0158.mediawiki')
-rw-r--r-- | bip-0158.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0158.mediawiki b/bip-0158.mediawiki index a745995..6c3202b 100644 --- a/bip-0158.mediawiki +++ b/bip-0158.mediawiki @@ -281,7 +281,7 @@ following items for each transaction in a block: Any "nil" items MUST NOT be included into the final set of filter elements. -We exclude all outputs taht start with <code>OP_RETURN</code> in order to allow +We exclude all outputs that start with <code>OP_RETURN</code> in order to allow filters to easily be committed to in the future via a soft-fork. A likely area for future commitments is an additional <code>OP_RETURN</code> output in the coinbase transaction similar to the current witness commitment |