1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

fixup! BIP-0158: clarify OP_RETURN handling for filters

This commit is contained in:
Olaoluwa Osuntokun 2019-02-12 21:14:29 -08:00
parent 1330853c3e
commit 5ab481ce53

View File

@ -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. 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 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 for future commitments is an additional <code>OP_RETURN</code> output in the
coinbase transaction similar to the current witness commitment coinbase transaction similar to the current witness commitment