Skip to content

Commit aa206ad

Browse files
committed
Remove newline to fix list rendering
Currently the newline in list items is causing the text on the new line to be rendered as a code section. I am unsure why but I'm guessing putting all the text for each list item on a single line will fix it.
1 parent 61ccc84 commit aa206ad

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

bip-0158.mediawiki

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,8 @@ This BIP defines one initial filter type:
273273
The basic filter is designed to contain everything that a light client needs to
274274
sync a regular Bitcoin wallet. A basic filter MUST contain exactly the
275275
following items for each transaction in a block:
276-
* The previous output script (the script being spent) for each input, except
277-
for the coinbase transaction.
278-
* The scriptPubKey of each output, aside from all <code>OP_RETURN</code> output
279-
scripts.
276+
* The previous output script (the script being spent) for each input, except for the coinbase transaction.
277+
* The scriptPubKey of each output, aside from all <code>OP_RETURN</code> output scripts.
280278
281279
Any "nil" items MUST NOT be included into the final set of filter elements.
282280

0 commit comments

Comments
 (0)