File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -273,10 +273,8 @@ This BIP defines one initial filter type:
273
273
The basic filter is designed to contain everything that a light client needs to
274
274
sync a regular Bitcoin wallet. A basic filter MUST contain exactly the
275
275
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.
280
278
281
279
Any "nil" items MUST NOT be included into the final set of filter elements.
282
280
You can’t perform that action at this time.
0 commit comments