Skip to content

Commit

Permalink
Remove newline to fix list rendering
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tcharding committed Aug 17, 2021
1 parent 61ccc84 commit aa206ad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bip-0158.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,8 @@ This BIP defines one initial filter type:
The basic filter is designed to contain everything that a light client needs to
sync a regular Bitcoin wallet. A basic filter MUST contain exactly the
following items for each transaction in a block:
* The previous output script (the script being spent) for each input, except
for the coinbase transaction.
* The scriptPubKey of each output, aside from all <code>OP_RETURN</code> output
scripts.
* The previous output script (the script being spent) for each input, except for the coinbase transaction.
* The scriptPubKey of each output, aside from all <code>OP_RETURN</code> output scripts.
Any "nil" items MUST NOT be included into the final set of filter elements.

Expand Down

0 comments on commit aa206ad

Please sign in to comment.