1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

BIP-0158: remove txid from extended filter

This commit is contained in:
Olaoluwa Osuntokun 2018-05-30 17:15:41 -07:00
parent 7158648753
commit 285606ef7a
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

View File

@ -269,8 +269,6 @@ 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
* 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
with more advanced smart contracts. An extended filter MUST contain exactly the
following items for each transaction in a block ''except the coinbase'':