diff options
Diffstat (limited to 'bip-0158.mediawiki')
-rw-r--r-- | bip-0158.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0158.mediawiki b/bip-0158.mediawiki index dc28154..e7075be 100644 --- a/bip-0158.mediawiki +++ b/bip-0158.mediawiki @@ -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 |