bip-0010.mediawiki line 57 has a closing </pre> where the opening tag of the example TxDP block was meant. As a result the whole example (-----BEGIN-TRANSACTION-3fX59xPj---… through line 90) renders as unformatted prose on GitHub, with the leading whitespace and line structure lost. Changing it to <pre> balances the tags (3 open / 3 close) and restores the block.
bip-10: open the example TxDP block with <pre>, not </pre> #2290
pull kriss39 wants to merge 1 commits into bitcoin:master from kriss39:fix/bip10-pre-tag changing 1 files +1 −1-
kriss39 commented at 4:17 PM on September 13, 2026: contributor
-
9c694c8711
bip-10: open the example TxDP block with <pre>, not </pre>
Line 57 uses a closing </pre> where the opening tag was intended, so the example TxDP that follows (up to the real </pre> on line 90) is rendered as prose instead of a preformatted block.
Contributors