Skip to content

Commit de6b3ff

Browse files
authored
Merge pull request bitcoin#1157 from tcharding/list-render
Remove newline to fix list rendering
2 parents 3de3c76 + aa206ad commit de6b3ff

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)