Skip to content

Commit 7eb444d

Browse files
authored
Merge pull request bitcoin#667 from Roasbeef/bip-158-minor-updates
BIP158: include the direct pkScript rather than its data pushes
2 parents 032a5f6 + 4077def commit 7eb444d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0158.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ The basic filter is designed to contain everything that a light client needs to
268268
sync a regular Bitcoin wallet. A basic filter MUST contain exactly the following
269269
items for each transaction in a block:
270270
* The outpoint of each input, except for the coinbase transaction
271-
* Each data push in the scriptPubKey of each output, ''only if'' the scriptPubKey is parseable
271+
* The scriptPubKey of each output
272272
* The <code>txid</code> of the transaction itself
273273
274274
The extended filter contains extra data that is meant to enable applications

0 commit comments

Comments
 (0)