1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 18:00:08 +01:00

Merge pull request #667 from Roasbeef/bip-158-minor-updates

BIP158: include the direct pkScript rather than its data pushes
This commit is contained in:
Luke Dashjr 2018-04-01 02:59:52 +00:00 committed by GitHub
commit 7eb444dc7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,7 +268,7 @@ 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 outpoint of each input, except for the coinbase transaction
* Each data push in the scriptPubKey of each output, ''only if'' the scriptPubKey is parseable
* The scriptPubKey of each output
* The <code>txid</code> of the transaction itself
The extended filter contains extra data that is meant to enable applications