Skip to content

Commit

Permalink
Merge pull request bitcoin#1157 from tcharding/list-render
Browse files Browse the repository at this point in the history
Remove newline to fix list rendering
  • Loading branch information
kallewoof authored Feb 21, 2023
2 parents 3de3c76 + aa206ad commit de6b3ff
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 de6b3ff

Please sign in to comment.